Class Organization


  • public class Organization
    extends java.lang.Object
    Organization

    Organization associated with the ticket

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  Organization.Builder  
    • Constructor Summary

      Constructors 
      Constructor Description
      Organization()  
      Organization​(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> domain, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static Organization.Builder builder()  
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> domain()
      The domain of the organization
      boolean equals​(java.lang.Object o)  
      int hashCode()  
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id()
      Unique identifier
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name()
      The name of the organization
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId()
      Provider's unique identifier
      java.lang.String toString()  
      Organization withDomain​(java.lang.String domain)
      The domain of the organization
      Organization withDomain​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> domain)
      The domain of the organization
      Organization withId​(java.lang.String id)
      Unique identifier
      Organization withId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
      Unique identifier
      Organization withName​(java.lang.String name)
      The name of the organization
      Organization withName​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
      The name of the organization
      Organization withRemoteId​(java.lang.String remoteId)
      Provider's unique identifier
      Organization withRemoteId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
      Provider's unique identifier
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • Organization

        public Organization​(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> domain,
                            org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
      • Organization

        public Organization()
    • 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
      • domain

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> domain()
        The domain of the organization
      • name

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name()
        The name of the organization
      • withId

        public Organization withId​(java.lang.String id)
        Unique identifier
      • withId

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

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

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

        public Organization withDomain​(java.lang.String domain)
        The domain of the organization
      • withDomain

        public Organization withDomain​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> domain)
        The domain of the organization
      • withName

        public Organization withName​(java.lang.String name)
        The name of the organization
      • withName

        public Organization withName​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
        The name of the organization
      • 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