Class FileUpdateParams.Body.Builder
-
- All Implemented Interfaces:
public final class FileUpdateParams.Body.Builder
A builder for Body.
-
-
Method Summary
Modifier and Type Method Description final FileUpdateParams.Body.Builder
attributes(FileUpdateParams.Attributes attributes)
Set of 16 key-value pairs that can be attached to an object. final FileUpdateParams.Body.Builder
attributes(Optional<FileUpdateParams.Attributes> attributes)
Set of 16 key-value pairs that can be attached to an object. final FileUpdateParams.Body.Builder
attributes(JsonField<FileUpdateParams.Attributes> attributes)
Set of 16 key-value pairs that can be attached to an object. final FileUpdateParams.Body.Builder
additionalProperties(Map<String, JsonValue> additionalProperties)
final FileUpdateParams.Body.Builder
putAdditionalProperty(String key, JsonValue value)
final FileUpdateParams.Body.Builder
putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
final FileUpdateParams.Body.Builder
removeAdditionalProperty(String key)
final FileUpdateParams.Body.Builder
removeAllAdditionalProperties(Set<String> keys)
final FileUpdateParams.Body
build()
-
-
Method Detail
-
attributes
final FileUpdateParams.Body.Builder attributes(FileUpdateParams.Attributes attributes)
Set of 16 key-value pairs that can be attached to an object. This can be useful for storing additional information about the object in a structured format, and querying for objects via API or the dashboard. Keys are strings with a maximum length of 64 characters. Values are strings with a maximum length of 512 characters, booleans, or numbers.
-
attributes
final FileUpdateParams.Body.Builder attributes(Optional<FileUpdateParams.Attributes> attributes)
Set of 16 key-value pairs that can be attached to an object. This can be useful for storing additional information about the object in a structured format, and querying for objects via API or the dashboard. Keys are strings with a maximum length of 64 characters. Values are strings with a maximum length of 512 characters, booleans, or numbers.
-
attributes
final FileUpdateParams.Body.Builder attributes(JsonField<FileUpdateParams.Attributes> attributes)
Set of 16 key-value pairs that can be attached to an object. This can be useful for storing additional information about the object in a structured format, and querying for objects via API or the dashboard. Keys are strings with a maximum length of 64 characters. Values are strings with a maximum length of 512 characters, booleans, or numbers.
-
additionalProperties
final FileUpdateParams.Body.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final FileUpdateParams.Body.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final FileUpdateParams.Body.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final FileUpdateParams.Body.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final FileUpdateParams.Body.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final FileUpdateParams.Body build()
-
-
-
-