Class BetaManagedAgentsBranchCheckout.Builder
-
- All Implemented Interfaces:
public final class BetaManagedAgentsBranchCheckout.BuilderA builder for BetaManagedAgentsBranchCheckout.
-
-
Method Summary
-
-
Method Detail
-
name
final BetaManagedAgentsBranchCheckout.Builder name(String name)
Branch name to check out.
-
name
final BetaManagedAgentsBranchCheckout.Builder name(JsonField<String> name)
Sets Builder.name to an arbitrary JSON value.
You should usually call Builder.name with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
type
final BetaManagedAgentsBranchCheckout.Builder type(JsonField<BetaManagedAgentsBranchCheckout.Type> type)
Sets Builder.type to an arbitrary JSON value.
You should usually call Builder.type with a well-typed Type value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final BetaManagedAgentsBranchCheckout.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final BetaManagedAgentsBranchCheckout.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final BetaManagedAgentsBranchCheckout.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final BetaManagedAgentsBranchCheckout.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final BetaManagedAgentsBranchCheckout.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final BetaManagedAgentsBranchCheckout build()
Returns an immutable instance of BetaManagedAgentsBranchCheckout.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.name() .type()
-
-
-
-