Class InteractionAnalyzeResponse.Metadata.Project.Builder
-
- All Implemented Interfaces:
public final class InteractionAnalyzeResponse.Metadata.Project.BuilderA builder for Project.
-
-
Method Summary
-
-
Method Detail
-
projectAlias
final InteractionAnalyzeResponse.Metadata.Project.Builder projectAlias(String projectAlias)
A custom alias for the Project.
-
projectAlias
final InteractionAnalyzeResponse.Metadata.Project.Builder projectAlias(JsonField<String> projectAlias)
Sets Builder.projectAlias to an arbitrary JSON value.
You should usually call Builder.projectAlias with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
projectId
final InteractionAnalyzeResponse.Metadata.Project.Builder projectId(String projectId)
The unique identifier for the Project.
-
projectId
final InteractionAnalyzeResponse.Metadata.Project.Builder projectId(JsonField<String> projectId)
Sets Builder.projectId to an arbitrary JSON value.
You should usually call Builder.projectId with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
rulesetId
final InteractionAnalyzeResponse.Metadata.Project.Builder rulesetId(String rulesetId)
The unique identifier for the Ruleset associated with the Project.
-
rulesetId
final InteractionAnalyzeResponse.Metadata.Project.Builder rulesetId(JsonField<String> rulesetId)
Sets Builder.rulesetId to an arbitrary JSON value.
You should usually call Builder.rulesetId with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final InteractionAnalyzeResponse.Metadata.Project.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final InteractionAnalyzeResponse.Metadata.Project.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final InteractionAnalyzeResponse.Metadata.Project.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final InteractionAnalyzeResponse.Metadata.Project.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final InteractionAnalyzeResponse.Metadata.Project.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final InteractionAnalyzeResponse.Metadata.Project build()
Returns an immutable instance of Project.
Further updates to this Builder will not mutate the returned instance.
-
-
-
-