Class Company


  • public class Company
    extends java.lang.Object
    • Nested Class Summary

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

      Constructors 
      Constructor Description
      Company()  
      Company​(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> name, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> fullName, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> displayName, 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
      static Company.Builder builder()  
      org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt()
      The created_at date
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> displayName()
      The display name of the company
      boolean equals​(java.lang.Object o)  
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> fullName()
      The full name of the company
      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 company
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId()
      Provider's unique identifier
      java.lang.String toString()  
      org.openapitools.jackson.nullable.JsonNullable<java.util.Map<java.lang.String,​java.lang.Object>> unifiedCustomFields()
      Custom Unified Fields configured in your StackOne project
      org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt()
      The updated_at date
      Company withCreatedAt​(java.time.OffsetDateTime createdAt)
      The created_at date
      Company withCreatedAt​(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)
      The created_at date
      Company withDisplayName​(java.lang.String displayName)
      The display name of the company
      Company withDisplayName​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> displayName)
      The display name of the company
      Company withFullName​(java.lang.String fullName)
      The full name of the company
      Company withFullName​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> fullName)
      The full name of the company
      Company withId​(java.lang.String id)
      Unique identifier
      Company withId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
      Unique identifier
      Company withName​(java.lang.String name)
      The name of the company
      Company withName​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
      The name of the company
      Company withRemoteId​(java.lang.String remoteId)
      Provider's unique identifier
      Company withRemoteId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
      Provider's unique identifier
      Company withUnifiedCustomFields​(java.util.Map<java.lang.String,​java.lang.Object> unifiedCustomFields)
      Custom Unified Fields configured in your StackOne project
      Company 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
      Company withUpdatedAt​(java.time.OffsetDateTime updatedAt)
      The updated_at date
      Company withUpdatedAt​(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)
      The updated_at date
      • Methods inherited from class java.lang.Object

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

      • Company

        public Company​(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> name,
                       org.openapitools.jackson.nullable.JsonNullable<java.lang.String> fullName,
                       org.openapitools.jackson.nullable.JsonNullable<java.lang.String> displayName,
                       org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt,
                       org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)
      • Company

        public Company()
    • 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
      • name

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

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> fullName()
        The full name of the company
      • displayName

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> displayName()
        The display name of the company
      • 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
      • withId

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

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

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

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

        public Company withUnifiedCustomFields​(java.util.Map<java.lang.String,​java.lang.Object> unifiedCustomFields)
        Custom Unified Fields configured in your StackOne project
      • withUnifiedCustomFields

        public Company 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
      • withName

        public Company withName​(java.lang.String name)
        The name of the company
      • withName

        public Company withName​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
        The name of the company
      • withFullName

        public Company withFullName​(java.lang.String fullName)
        The full name of the company
      • withFullName

        public Company withFullName​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> fullName)
        The full name of the company
      • withDisplayName

        public Company withDisplayName​(java.lang.String displayName)
        The display name of the company
      • withDisplayName

        public Company withDisplayName​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> displayName)
        The display name of the company
      • withCreatedAt

        public Company withCreatedAt​(java.time.OffsetDateTime createdAt)
        The created_at date
      • withCreatedAt

        public Company withCreatedAt​(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)
        The created_at date
      • withUpdatedAt

        public Company withUpdatedAt​(java.time.OffsetDateTime updatedAt)
        The updated_at date
      • withUpdatedAt

        public Company withUpdatedAt​(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)
        The updated_at date
      • 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