Class BetaManagedAgentsCommitCheckout.Builder
-
- All Implemented Interfaces:
public final class BetaManagedAgentsCommitCheckout.BuilderA builder for BetaManagedAgentsCommitCheckout.
-
-
Method Summary
-
-
Method Detail
-
sha
final BetaManagedAgentsCommitCheckout.Builder sha(String sha)
Full commit SHA to check out.
-
sha
final BetaManagedAgentsCommitCheckout.Builder sha(JsonField<String> sha)
Sets Builder.sha to an arbitrary JSON value.
You should usually call Builder.sha 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 BetaManagedAgentsCommitCheckout.Builder type(JsonField<BetaManagedAgentsCommitCheckout.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 BetaManagedAgentsCommitCheckout.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final BetaManagedAgentsCommitCheckout.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final BetaManagedAgentsCommitCheckout.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final BetaManagedAgentsCommitCheckout.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final BetaManagedAgentsCommitCheckout.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final BetaManagedAgentsCommitCheckout build()
Returns an immutable instance of BetaManagedAgentsCommitCheckout.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.sha() .type()
-
-
-
-