Class BetaSelfHostedWorkUpdateRequest.Metadata
-
- All Implemented Interfaces:
public final class BetaSelfHostedWorkUpdateRequest.MetadataMetadata patch. Set a key to a string to upsert it, or to null to delete it. Omit the field to preserve existing metadata.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaSelfHostedWorkUpdateRequest.Metadata.BuilderA builder for Metadata.
-
Method Summary
Modifier and Type Method Description final Map<String, JsonValue>_additionalProperties()final BetaSelfHostedWorkUpdateRequest.Metadata.BuildertoBuilder()final BetaSelfHostedWorkUpdateRequest.Metadatavalidate()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.Metadata.Builderbuilder()Returns a mutable builder for constructing an instance of Metadata. -
-
Method Detail
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final BetaSelfHostedWorkUpdateRequest.Metadata.Builder toBuilder()
-
validate
final BetaSelfHostedWorkUpdateRequest.Metadata 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.Metadata.Builder builder()
Returns a mutable builder for constructing an instance of Metadata.
-
-
-
-