Class BetaManagedAgentsBranchCheckout
-
- All Implemented Interfaces:
public final class BetaManagedAgentsBranchCheckout
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaManagedAgentsBranchCheckout.BuilderA builder for BetaManagedAgentsBranchCheckout.
public final classBetaManagedAgentsBranchCheckout.Type
-
Method Summary
Modifier and Type Method Description final Stringname()Branch name to check out. final BetaManagedAgentsBranchCheckout.Typetype()final JsonField<String>_name()Returns the raw JSON value of name. final JsonField<BetaManagedAgentsBranchCheckout.Type>_type()Returns the raw JSON value of type. final Map<String, JsonValue>_additionalProperties()final BetaManagedAgentsBranchCheckout.BuildertoBuilder()final BetaManagedAgentsBranchCheckoutvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaManagedAgentsBranchCheckout.Builderbuilder()Returns a mutable builder for constructing an instance of BetaManagedAgentsBranchCheckout. -
-
Method Detail
-
type
final BetaManagedAgentsBranchCheckout.Type type()
-
_name
final JsonField<String> _name()
Returns the raw JSON value of name.
Unlike name, this method doesn't throw if the JSON field has an unexpected type.
-
_type
final JsonField<BetaManagedAgentsBranchCheckout.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 BetaManagedAgentsBranchCheckout.Builder toBuilder()
-
validate
final BetaManagedAgentsBranchCheckout 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 BetaManagedAgentsBranchCheckout.Builder builder()
Returns a mutable builder for constructing an instance of BetaManagedAgentsBranchCheckout.
The following fields are required:
.name() .type()
-
-
-
-