Class GuideMarkMessageAsSeenResponse.Builder
-
- All Implemented Interfaces:
public final class GuideMarkMessageAsSeenResponse.BuilderA builder for GuideMarkMessageAsSeenResponse.
-
-
Method Summary
Modifier and Type Method Description final GuideMarkMessageAsSeenResponse.Builderstatus(String status)The status of a guide's action. final GuideMarkMessageAsSeenResponse.Builderstatus(JsonField<String> status)Sets Builder.status to an arbitrary JSON value. final GuideMarkMessageAsSeenResponse.BuilderadditionalProperties(Map<String, JsonValue> additionalProperties)final GuideMarkMessageAsSeenResponse.BuilderputAdditionalProperty(String key, JsonValue value)final GuideMarkMessageAsSeenResponse.BuilderputAllAdditionalProperties(Map<String, JsonValue> additionalProperties)final GuideMarkMessageAsSeenResponse.BuilderremoveAdditionalProperty(String key)final GuideMarkMessageAsSeenResponse.BuilderremoveAllAdditionalProperties(Set<String> keys)final GuideMarkMessageAsSeenResponsebuild()Returns an immutable instance of GuideMarkMessageAsSeenResponse. -
-
Method Detail
-
status
final GuideMarkMessageAsSeenResponse.Builder status(String status)
The status of a guide's action.
-
status
final GuideMarkMessageAsSeenResponse.Builder status(JsonField<String> status)
Sets Builder.status to an arbitrary JSON value.
You should usually call Builder.status 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 GuideMarkMessageAsSeenResponse.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final GuideMarkMessageAsSeenResponse.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final GuideMarkMessageAsSeenResponse.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final GuideMarkMessageAsSeenResponse.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final GuideMarkMessageAsSeenResponse.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final GuideMarkMessageAsSeenResponse build()
Returns an immutable instance of GuideMarkMessageAsSeenResponse.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.status()
-
-
-
-