Class BetaManagedAgentsCommitCheckout
-
- All Implemented Interfaces:
public final class BetaManagedAgentsCommitCheckout
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaManagedAgentsCommitCheckout.BuilderA builder for BetaManagedAgentsCommitCheckout.
public final classBetaManagedAgentsCommitCheckout.Type
-
Method Summary
Modifier and Type Method Description final Stringsha()Full commit SHA to check out. final BetaManagedAgentsCommitCheckout.Typetype()final JsonField<String>_sha()Returns the raw JSON value of sha. final JsonField<BetaManagedAgentsCommitCheckout.Type>_type()Returns the raw JSON value of type. final Map<String, JsonValue>_additionalProperties()final BetaManagedAgentsCommitCheckout.BuildertoBuilder()final BetaManagedAgentsCommitCheckoutvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaManagedAgentsCommitCheckout.Builderbuilder()Returns a mutable builder for constructing an instance of BetaManagedAgentsCommitCheckout. -
-
Method Detail
-
type
final BetaManagedAgentsCommitCheckout.Type type()
-
_sha
final JsonField<String> _sha()
Returns the raw JSON value of sha.
Unlike sha, this method doesn't throw if the JSON field has an unexpected type.
-
_type
final JsonField<BetaManagedAgentsCommitCheckout.Type> _type()
Returns the raw JSON value of type.
Unlike type, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final BetaManagedAgentsCommitCheckout.Builder toBuilder()
-
validate
final BetaManagedAgentsCommitCheckout validate()
Validates that the types of all values in this object match their expected types recursively.
This method is not forwards compatible with new types from the API for existing fields.
-
builder
final static BetaManagedAgentsCommitCheckout.Builder builder()
Returns a mutable builder for constructing an instance of BetaManagedAgentsCommitCheckout.
The following fields are required:
.sha() .type()
-
-
-
-