Class BetaUserProfileTrustGrant
-
- All Implemented Interfaces:
public final class BetaUserProfileTrustGrant
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaUserProfileTrustGrant.BuilderA builder for BetaUserProfileTrustGrant.
public final classBetaUserProfileTrustGrant.StatusStatus of the trust grant.
-
Method Summary
Modifier and Type Method Description final BetaUserProfileTrustGrant.Statusstatus()Status of the trust grant. final JsonField<BetaUserProfileTrustGrant.Status>_status()Returns the raw JSON value of status. final Map<String, JsonValue>_additionalProperties()final BetaUserProfileTrustGrant.BuildertoBuilder()final BetaUserProfileTrustGrantvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaUserProfileTrustGrant.Builderbuilder()Returns a mutable builder for constructing an instance of BetaUserProfileTrustGrant. -
-
Method Detail
-
status
final BetaUserProfileTrustGrant.Status status()
Status of the trust grant.
-
_status
final JsonField<BetaUserProfileTrustGrant.Status> _status()
Returns the raw JSON value of status.
Unlike status, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final BetaUserProfileTrustGrant.Builder toBuilder()
-
validate
final BetaUserProfileTrustGrant validate()
Validates that the types of all values in this object match their expected types recursively.
This method is not forwards compatible with new types from the API for existing fields.
-
builder
final static BetaUserProfileTrustGrant.Builder builder()
Returns a mutable builder for constructing an instance of BetaUserProfileTrustGrant.
The following fields are required:
.status()
-
-
-
-