Class BetaUserProfile.TrustGrants
-
- All Implemented Interfaces:
public final class BetaUserProfile.TrustGrantsTrust grants for this profile, keyed by grant name. Key omitted when no grant is active or in flight.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaUserProfile.TrustGrants.BuilderA builder for TrustGrants.
-
Method Summary
Modifier and Type Method Description final Map<String, JsonValue>_additionalProperties()final BetaUserProfile.TrustGrants.BuildertoBuilder()final BetaUserProfile.TrustGrantsvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaUserProfile.TrustGrants.Builderbuilder()Returns a mutable builder for constructing an instance of TrustGrants. -
-
Method Detail
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final BetaUserProfile.TrustGrants.Builder toBuilder()
-
validate
final BetaUserProfile.TrustGrants 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 BetaUserProfile.TrustGrants.Builder builder()
Returns a mutable builder for constructing an instance of TrustGrants.
-
-
-
-