Class BetaUserProfileEnrollmentUrl
-
- All Implemented Interfaces:
public final class BetaUserProfileEnrollmentUrl
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaUserProfileEnrollmentUrl.BuilderA builder for BetaUserProfileEnrollmentUrl.
public final classBetaUserProfileEnrollmentUrl.TypeObject type. Always
enrollment_url.
-
Method Summary
Modifier and Type Method Description final OffsetDateTimeexpiresAt()A timestamp in RFC 3339 format final BetaUserProfileEnrollmentUrl.Typetype()Object type. final Stringurl()Enrollment URL to send to the end user. final JsonField<OffsetDateTime>_expiresAt()Returns the raw JSON value of expiresAt. final JsonField<BetaUserProfileEnrollmentUrl.Type>_type()Returns the raw JSON value of type. final JsonField<String>_url()Returns the raw JSON value of url. final Map<String, JsonValue>_additionalProperties()final BetaUserProfileEnrollmentUrl.BuildertoBuilder()final BetaUserProfileEnrollmentUrlvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaUserProfileEnrollmentUrl.Builderbuilder()Returns a mutable builder for constructing an instance of BetaUserProfileEnrollmentUrl. -
-
Method Detail
-
expiresAt
final OffsetDateTime expiresAt()
A timestamp in RFC 3339 format
-
type
final BetaUserProfileEnrollmentUrl.Type type()
Object type. Always
enrollment_url.
-
_expiresAt
final JsonField<OffsetDateTime> _expiresAt()
Returns the raw JSON value of expiresAt.
Unlike expiresAt, this method doesn't throw if the JSON field has an unexpected type.
-
_type
final JsonField<BetaUserProfileEnrollmentUrl.Type> _type()
Returns the raw JSON value of type.
Unlike type, this method doesn't throw if the JSON field has an unexpected type.
-
_url
final JsonField<String> _url()
Returns the raw JSON value of url.
Unlike url, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final BetaUserProfileEnrollmentUrl.Builder toBuilder()
-
validate
final BetaUserProfileEnrollmentUrl 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 BetaUserProfileEnrollmentUrl.Builder builder()
Returns a mutable builder for constructing an instance of BetaUserProfileEnrollmentUrl.
The following fields are required:
.expiresAt() .type() .url()
-
-
-
-