Class LmsUser
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.LmsUser
-
public class LmsUser extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLmsUser.Builder
-
Constructor Summary
Constructors Constructor Description LmsUser()LmsUser(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> unifiedCustomFields, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> externalReference, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> email, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> phoneNumber, org.openapitools.jackson.nullable.JsonNullable<? extends LmsUserActive> active, org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt, org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description org.openapitools.jackson.nullable.JsonNullable<LmsUserActive>active()The user active statusstatic LmsUser.Builderbuilder()org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime>createdAt()The created_at dateorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>email()The user emailbooleanequals(java.lang.Object o)org.openapitools.jackson.nullable.JsonNullable<java.lang.String>externalReference()The external ID associated with this userinthashCode()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>id()Unique identifierorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>name()The user nameorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>phoneNumber()The user phone numberorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>remoteId()Provider's unique identifierjava.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<java.util.Map<java.lang.String,java.lang.Object>>unifiedCustomFields()Custom Unified Fields configured in your StackOne projectorg.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime>updatedAt()The updated_at dateLmsUserwithActive(LmsUserActive active)The user active statusLmsUserwithActive(org.openapitools.jackson.nullable.JsonNullable<? extends LmsUserActive> active)The user active statusLmsUserwithCreatedAt(java.time.OffsetDateTime createdAt)The created_at dateLmsUserwithCreatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)The created_at dateLmsUserwithEmail(java.lang.String email)The user emailLmsUserwithEmail(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> email)The user emailLmsUserwithExternalReference(java.lang.String externalReference)The external ID associated with this userLmsUserwithExternalReference(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> externalReference)The external ID associated with this userLmsUserwithId(java.lang.String id)Unique identifierLmsUserwithId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)Unique identifierLmsUserwithName(java.lang.String name)The user nameLmsUserwithName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)The user nameLmsUserwithPhoneNumber(java.lang.String phoneNumber)The user phone numberLmsUserwithPhoneNumber(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> phoneNumber)The user phone numberLmsUserwithRemoteId(java.lang.String remoteId)Provider's unique identifierLmsUserwithRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)Provider's unique identifierLmsUserwithUnifiedCustomFields(java.util.Map<java.lang.String,java.lang.Object> unifiedCustomFields)Custom Unified Fields configured in your StackOne projectLmsUserwithUnifiedCustomFields(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> unifiedCustomFields)Custom Unified Fields configured in your StackOne projectLmsUserwithUpdatedAt(java.time.OffsetDateTime updatedAt)The updated_at dateLmsUserwithUpdatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)The updated_at date
-
-
-
Constructor Detail
-
LmsUser
public LmsUser(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> unifiedCustomFields, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> externalReference, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> email, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> phoneNumber, org.openapitools.jackson.nullable.JsonNullable<? extends LmsUserActive> active, org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt, org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)
-
LmsUser
public LmsUser()
-
-
Method Detail
-
id
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id()
Unique identifier
-
remoteId
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId()
Provider's unique identifier
-
unifiedCustomFields
public org.openapitools.jackson.nullable.JsonNullable<java.util.Map<java.lang.String,java.lang.Object>> unifiedCustomFields()
Custom Unified Fields configured in your StackOne project
-
externalReference
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> externalReference()
The external ID associated with this user
-
name
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name()
The user name
-
email
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> email()
The user email
-
phoneNumber
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> phoneNumber()
The user phone number
-
active
public org.openapitools.jackson.nullable.JsonNullable<LmsUserActive> active()
The user active status
-
createdAt
public org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt()
The created_at date
-
updatedAt
public org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt()
The updated_at date
-
builder
public static LmsUser.Builder builder()
-
withId
public LmsUser withId(java.lang.String id)
Unique identifier
-
withId
public LmsUser withId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
Unique identifier
-
withRemoteId
public LmsUser withRemoteId(java.lang.String remoteId)
Provider's unique identifier
-
withRemoteId
public LmsUser withRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
Provider's unique identifier
-
withUnifiedCustomFields
public LmsUser withUnifiedCustomFields(java.util.Map<java.lang.String,java.lang.Object> unifiedCustomFields)
Custom Unified Fields configured in your StackOne project
-
withUnifiedCustomFields
public LmsUser withUnifiedCustomFields(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> unifiedCustomFields)
Custom Unified Fields configured in your StackOne project
-
withExternalReference
public LmsUser withExternalReference(java.lang.String externalReference)
The external ID associated with this user
-
withExternalReference
public LmsUser withExternalReference(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> externalReference)
The external ID associated with this user
-
withName
public LmsUser withName(java.lang.String name)
The user name
-
withName
public LmsUser withName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
The user name
-
withEmail
public LmsUser withEmail(java.lang.String email)
The user email
-
withEmail
public LmsUser withEmail(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> email)
The user email
-
withPhoneNumber
public LmsUser withPhoneNumber(java.lang.String phoneNumber)
The user phone number
-
withPhoneNumber
public LmsUser withPhoneNumber(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> phoneNumber)
The user phone number
-
withActive
public LmsUser withActive(LmsUserActive active)
The user active status
-
withActive
public LmsUser withActive(org.openapitools.jackson.nullable.JsonNullable<? extends LmsUserActive> active)
The user active status
-
withCreatedAt
public LmsUser withCreatedAt(java.time.OffsetDateTime createdAt)
The created_at date
-
withCreatedAt
public LmsUser withCreatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)
The created_at date
-
withUpdatedAt
public LmsUser withUpdatedAt(java.time.OffsetDateTime updatedAt)
The updated_at date
-
withUpdatedAt
public LmsUser withUpdatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)
The updated_at date
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-