Class BetaUserProfileTrustGrant.Builder
-
- All Implemented Interfaces:
public final class BetaUserProfileTrustGrant.BuilderA builder for BetaUserProfileTrustGrant.
-
-
Method Summary
Modifier and Type Method Description final BetaUserProfileTrustGrant.Builderstatus(BetaUserProfileTrustGrant.Status status)Status of the trust grant. final BetaUserProfileTrustGrant.Builderstatus(JsonField<BetaUserProfileTrustGrant.Status> status)Sets Builder.status to an arbitrary JSON value. final BetaUserProfileTrustGrant.BuilderadditionalProperties(Map<String, JsonValue> additionalProperties)final BetaUserProfileTrustGrant.BuilderputAdditionalProperty(String key, JsonValue value)final BetaUserProfileTrustGrant.BuilderputAllAdditionalProperties(Map<String, JsonValue> additionalProperties)final BetaUserProfileTrustGrant.BuilderremoveAdditionalProperty(String key)final BetaUserProfileTrustGrant.BuilderremoveAllAdditionalProperties(Set<String> keys)final BetaUserProfileTrustGrantbuild()Returns an immutable instance of BetaUserProfileTrustGrant. -
-
Method Detail
-
status
final BetaUserProfileTrustGrant.Builder status(BetaUserProfileTrustGrant.Status status)
Status of the trust grant.
-
status
final BetaUserProfileTrustGrant.Builder status(JsonField<BetaUserProfileTrustGrant.Status> status)
Sets Builder.status to an arbitrary JSON value.
You should usually call Builder.status with a well-typed Status value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final BetaUserProfileTrustGrant.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final BetaUserProfileTrustGrant.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final BetaUserProfileTrustGrant.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final BetaUserProfileTrustGrant.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final BetaUserProfileTrustGrant.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final BetaUserProfileTrustGrant build()
Returns an immutable instance of BetaUserProfileTrustGrant.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.status()
-
-
-
-