Class MessagingUserResultData


  • public class MessagingUserResultData
    extends java.lang.Object
    • Constructor Detail

      • MessagingUserResultData

        public MessagingUserResultData​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id,
                                       org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId,
                                       org.openapitools.jackson.nullable.JsonNullable<java.lang.String> email,
                                       org.openapitools.jackson.nullable.JsonNullable<java.lang.String> username,
                                       org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name,
                                       org.openapitools.jackson.nullable.JsonNullable<java.lang.String> firstName,
                                       org.openapitools.jackson.nullable.JsonNullable<java.lang.String> lastName,
                                       org.openapitools.jackson.nullable.JsonNullable<? extends MessagingUserResultBot> bot,
                                       org.openapitools.jackson.nullable.JsonNullable<? extends MessagingUserResultActive> active)
      • MessagingUserResultData

        public MessagingUserResultData()
    • 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
      • email

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> email()
        Email address of the user
      • username

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> username()
        Username of the user
      • name

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name()
        Full name of the user
      • firstName

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> firstName()
        First name of the user
      • lastName

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> lastName()
        Last name of the user
      • bot

        public org.openapitools.jackson.nullable.JsonNullable<MessagingUserResultBot> bot()
        Whether the user is a bot
      • active

        public org.openapitools.jackson.nullable.JsonNullable<MessagingUserResultActive> active()
        Whether the user is active
      • withId

        public MessagingUserResultData withId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
        Unique identifier
      • withRemoteId

        public MessagingUserResultData withRemoteId​(java.lang.String remoteId)
        Provider's unique identifier
      • withRemoteId

        public MessagingUserResultData withRemoteId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
        Provider's unique identifier
      • withEmail

        public MessagingUserResultData withEmail​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> email)
        Email address of the user
      • withUsername

        public MessagingUserResultData withUsername​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> username)
        Username of the user
      • withName

        public MessagingUserResultData withName​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
        Full name of the user
      • withFirstName

        public MessagingUserResultData withFirstName​(java.lang.String firstName)
        First name of the user
      • withFirstName

        public MessagingUserResultData withFirstName​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> firstName)
        First name of the user
      • withLastName

        public MessagingUserResultData withLastName​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> lastName)
        Last name of the user
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object