Class BetaSelfHostedWorkUpdateRequest
-
- All Implemented Interfaces:
public final class BetaSelfHostedWorkUpdateRequestRequest to update work item metadata.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaSelfHostedWorkUpdateRequest.BuilderA builder for BetaSelfHostedWorkUpdateRequest.
public final classBetaSelfHostedWorkUpdateRequest.MetadataMetadata patch. Set a key to a string to upsert it, or to null to delete it. Omit the field to preserve existing metadata.
-
Method Summary
Modifier and Type Method Description final BetaSelfHostedWorkUpdateRequest.Metadatametadata()Metadata patch. final JsonField<BetaSelfHostedWorkUpdateRequest.Metadata>_metadata()Returns the raw JSON value of metadata. final Map<String, JsonValue>_additionalProperties()final BetaSelfHostedWorkUpdateRequest.BuildertoBuilder()final BetaSelfHostedWorkUpdateRequestvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaSelfHostedWorkUpdateRequest.Builderbuilder()Returns a mutable builder for constructing an instance of BetaSelfHostedWorkUpdateRequest. -
-
Method Detail
-
metadata
final BetaSelfHostedWorkUpdateRequest.Metadata metadata()
Metadata patch. Set a key to a string to upsert it, or to null to delete it. Omit the field to preserve existing metadata.
-
_metadata
final JsonField<BetaSelfHostedWorkUpdateRequest.Metadata> _metadata()
Returns the raw JSON value of metadata.
Unlike metadata, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final BetaSelfHostedWorkUpdateRequest.Builder toBuilder()
-
validate
final BetaSelfHostedWorkUpdateRequest 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 BetaSelfHostedWorkUpdateRequest.Builder builder()
Returns a mutable builder for constructing an instance of BetaSelfHostedWorkUpdateRequest.
The following fields are required:
.metadata()
-
-
-
-