Class EmployeeCompany


  • public class EmployeeCompany
    extends java.lang.Object
    EmployeeCompany

    The employee company

    • Constructor Summary

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

      • EmployeeCompany

        public EmployeeCompany​(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)
      • EmployeeCompany

        public EmployeeCompany()
    • 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 EmployeeCompany withId​(java.lang.String id)
        Unique identifier
      • withId

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

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

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

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

        public EmployeeCompany 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 EmployeeCompany withName​(java.lang.String name)
        The name of the company
      • withName

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

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

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

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

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

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

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

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

        public EmployeeCompany 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