Class BetaSelfHostedWorkStopRequest
-
- All Implemented Interfaces:
public final class BetaSelfHostedWorkStopRequestRequest to stop a work item.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaSelfHostedWorkStopRequest.BuilderA builder for BetaSelfHostedWorkStopRequest.
-
Method Summary
Modifier and Type Method Description final Optional<Boolean>force()If true, immediately stop work without graceful shutdown final JsonField<Boolean>_force()Returns the raw JSON value of force. final Map<String, JsonValue>_additionalProperties()final BetaSelfHostedWorkStopRequest.BuildertoBuilder()final BetaSelfHostedWorkStopRequestvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaSelfHostedWorkStopRequest.Builderbuilder()Returns a mutable builder for constructing an instance of BetaSelfHostedWorkStopRequest. -
-
Method Detail
-
_force
final JsonField<Boolean> _force()
Returns the raw JSON value of force.
Unlike force, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final BetaSelfHostedWorkStopRequest.Builder toBuilder()
-
validate
final BetaSelfHostedWorkStopRequest 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 BetaSelfHostedWorkStopRequest.Builder builder()
Returns a mutable builder for constructing an instance of BetaSelfHostedWorkStopRequest.
-
-
-
-