@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-02-20T16:55:24.304297906Z[Etc/UTC]",
comments="Generator version: 7.7.0")
public class OrganizationInvitationModel
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
OrganizationInvitationModel.CustomTypeAdapterFactory |
| Modifier and Type | Field and Description |
|---|---|
static java.util.HashSet<java.lang.String> |
openapiFields |
static java.util.HashSet<java.lang.String> |
openapiRequiredFields |
static java.lang.String |
SERIALIZED_NAME_CREATED_AT |
static java.lang.String |
SERIALIZED_NAME_EMAIL |
static java.lang.String |
SERIALIZED_NAME_EXPIRED |
static java.lang.String |
SERIALIZED_NAME_EXPIRES |
static java.lang.String |
SERIALIZED_NAME_INVITATION_ID |
static java.lang.String |
SERIALIZED_NAME_PERMISSION_GROUP_ID |
static java.lang.String |
SERIALIZED_NAME_PRODUCT_ID |
static java.lang.String |
SERIALIZED_NAME_PRODUCT_NAME |
| Constructor and Description |
|---|
OrganizationInvitationModel() |
| Modifier and Type | Method and Description |
|---|---|
OrganizationInvitationModel |
createdAt(java.time.OffsetDateTime createdAt) |
OrganizationInvitationModel |
email(java.lang.String email) |
boolean |
equals(java.lang.Object o) |
OrganizationInvitationModel |
expired(java.lang.Boolean expired) |
OrganizationInvitationModel |
expires(java.time.OffsetDateTime expires) |
static OrganizationInvitationModel |
fromJson(java.lang.String jsonString)
Create an instance of OrganizationInvitationModel given an JSON string
|
java.util.Map<java.lang.String,java.lang.Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
java.lang.Object |
getAdditionalProperty(java.lang.String key)
Return the additional (undeclared) property with the specified name.
|
java.time.OffsetDateTime |
getCreatedAt()
Creation time of the Invitation.
|
java.lang.String |
getEmail()
The invited user's email address.
|
java.lang.Boolean |
getExpired()
Determines whether the Invitation is expired.
|
java.time.OffsetDateTime |
getExpires()
Expiration time of the Invitation.
|
java.util.UUID |
getInvitationId()
The identifier of the Invitation.
|
java.lang.Long |
getPermissionGroupId()
The identifier of the Permission Group the user was invited to.
|
java.util.UUID |
getProductId()
The identifier of the Product the user was invited to.
|
java.lang.String |
getProductName()
The name of the Product the user was invited to.
|
int |
hashCode() |
OrganizationInvitationModel |
invitationId(java.util.UUID invitationId) |
OrganizationInvitationModel |
permissionGroupId(java.lang.Long permissionGroupId) |
OrganizationInvitationModel |
productId(java.util.UUID productId) |
OrganizationInvitationModel |
productName(java.lang.String productName) |
OrganizationInvitationModel |
putAdditionalProperty(java.lang.String key,
java.lang.Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setCreatedAt(java.time.OffsetDateTime createdAt) |
void |
setEmail(java.lang.String email) |
void |
setExpired(java.lang.Boolean expired) |
void |
setExpires(java.time.OffsetDateTime expires) |
void |
setInvitationId(java.util.UUID invitationId) |
void |
setPermissionGroupId(java.lang.Long permissionGroupId) |
void |
setProductId(java.util.UUID productId) |
void |
setProductName(java.lang.String productName) |
java.lang.String |
toJson()
Convert an instance of OrganizationInvitationModel to an JSON string
|
java.lang.String |
toString() |
static void |
validateJsonElement(com.google.gson.JsonElement jsonElement)
Validates the JSON Element and throws an exception if issues found
|
public static final java.lang.String SERIALIZED_NAME_INVITATION_ID
public static final java.lang.String SERIALIZED_NAME_EMAIL
public static final java.lang.String SERIALIZED_NAME_PRODUCT_ID
public static final java.lang.String SERIALIZED_NAME_PRODUCT_NAME
public static final java.lang.String SERIALIZED_NAME_PERMISSION_GROUP_ID
public static final java.lang.String SERIALIZED_NAME_CREATED_AT
public static final java.lang.String SERIALIZED_NAME_EXPIRED
public static final java.lang.String SERIALIZED_NAME_EXPIRES
public static java.util.HashSet<java.lang.String> openapiFields
public static java.util.HashSet<java.lang.String> openapiRequiredFields
public OrganizationInvitationModel invitationId(java.util.UUID invitationId)
@Nullable public java.util.UUID getInvitationId()
public void setInvitationId(java.util.UUID invitationId)
public OrganizationInvitationModel email(java.lang.String email)
@Nullable public java.lang.String getEmail()
public void setEmail(java.lang.String email)
public OrganizationInvitationModel productId(java.util.UUID productId)
@Nullable public java.util.UUID getProductId()
public void setProductId(java.util.UUID productId)
public OrganizationInvitationModel productName(java.lang.String productName)
@Nullable public java.lang.String getProductName()
public void setProductName(java.lang.String productName)
public OrganizationInvitationModel permissionGroupId(java.lang.Long permissionGroupId)
@Nullable public java.lang.Long getPermissionGroupId()
public void setPermissionGroupId(java.lang.Long permissionGroupId)
public OrganizationInvitationModel createdAt(java.time.OffsetDateTime createdAt)
@Nullable public java.time.OffsetDateTime getCreatedAt()
public void setCreatedAt(java.time.OffsetDateTime createdAt)
public OrganizationInvitationModel expired(java.lang.Boolean expired)
@Nullable public java.lang.Boolean getExpired()
public void setExpired(java.lang.Boolean expired)
public OrganizationInvitationModel expires(java.time.OffsetDateTime expires)
@Nullable public java.time.OffsetDateTime getExpires()
public void setExpires(java.time.OffsetDateTime expires)
public OrganizationInvitationModel putAdditionalProperty(java.lang.String key, java.lang.Object value)
key - name of the propertyvalue - value of the propertypublic java.util.Map<java.lang.String,java.lang.Object> getAdditionalProperties()
public java.lang.Object getAdditionalProperty(java.lang.String key)
key - name of the propertypublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic static void validateJsonElement(com.google.gson.JsonElement jsonElement)
throws java.io.IOException
jsonElement - JSON Elementjava.io.IOException - if the JSON Element is invalid with respect to OrganizationInvitationModelpublic static OrganizationInvitationModel fromJson(java.lang.String jsonString) throws java.io.IOException
jsonString - JSON stringjava.io.IOException - if the JSON string is invalid with respect to OrganizationInvitationModelpublic java.lang.String toJson()