Class BetaInlineSkillSource.Builder
-
- All Implemented Interfaces:
public final class BetaInlineSkillSource.BuilderA builder for BetaInlineSkillSource.
-
-
Method Summary
Modifier and Type Method Description final BetaInlineSkillSource.Builderdata(String data)Base64-encoded skill zip bundle. final BetaInlineSkillSource.Builderdata(JsonField<String> data)Sets Builder.data to an arbitrary JSON value. final BetaInlineSkillSource.BuildermediaType(JsonValue mediaType)Sets the field to an arbitrary JSON value. final BetaInlineSkillSource.Buildertype(JsonValue type)Sets the field to an arbitrary JSON value. final BetaInlineSkillSource.BuilderadditionalProperties(Map<String, JsonValue> additionalProperties)final BetaInlineSkillSource.BuilderputAdditionalProperty(String key, JsonValue value)final BetaInlineSkillSource.BuilderputAllAdditionalProperties(Map<String, JsonValue> additionalProperties)final BetaInlineSkillSource.BuilderremoveAdditionalProperty(String key)final BetaInlineSkillSource.BuilderremoveAllAdditionalProperties(Set<String> keys)final BetaInlineSkillSourcebuild()Returns an immutable instance of BetaInlineSkillSource. -
-
Method Detail
-
data
final BetaInlineSkillSource.Builder data(String data)
Base64-encoded skill zip bundle.
-
data
final BetaInlineSkillSource.Builder data(JsonField<String> data)
Sets Builder.data to an arbitrary JSON value.
You should usually call Builder.data with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
mediaType
final BetaInlineSkillSource.Builder mediaType(JsonValue mediaType)
Sets the field to an arbitrary JSON value.
It is usually unnecessary to call this method because the field defaults to the following:
JsonValue.from("application/zip")This method is primarily for setting the field to an undocumented or not yet supported value.
-
type
final BetaInlineSkillSource.Builder type(JsonValue type)
Sets the field to an arbitrary JSON value.
It is usually unnecessary to call this method because the field defaults to the following:
JsonValue.from("base64")This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final BetaInlineSkillSource.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final BetaInlineSkillSource.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final BetaInlineSkillSource.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final BetaInlineSkillSource.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final BetaInlineSkillSource.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final BetaInlineSkillSource build()
Returns an immutable instance of BetaInlineSkillSource.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.data()
-
-
-
-