Class Company.Builder

  • Enclosing class:
    Company

    public static final class Company.Builder
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Company build()  
      Company.Builder createdAt​(java.time.OffsetDateTime createdAt)
      The created_at date
      Company.Builder createdAt​(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)
      The created_at date
      Company.Builder displayName​(java.lang.String displayName)
      The display name of the company
      Company.Builder displayName​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> displayName)
      The display name of the company
      Company.Builder id​(java.lang.String id)
      Unique identifier
      Company.Builder id​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
      Unique identifier
      Company.Builder name​(java.lang.String name)
      The name of the company
      Company.Builder name​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
      The name of the company
      Company.Builder remoteId​(java.lang.String remoteId)
      Provider's unique identifier
      Company.Builder remoteId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
      Provider's unique identifier
      Company.Builder unifiedCustomFields​(java.util.Map<java.lang.String,​java.lang.Object> unifiedCustomFields)
      Custom Unified Fields configured in your StackOne project
      Company.Builder unifiedCustomFields​(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.Builder updatedAt​(java.time.OffsetDateTime updatedAt)
      The updated_at date
      Company.Builder updatedAt​(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)
      The updated_at date
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • id

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

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

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

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

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

        public Company.Builder unifiedCustomFields​(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,​java.lang.Object>> unifiedCustomFields)
        Custom Unified Fields configured in your StackOne project
      • name

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

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

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

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

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

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

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

        public Company.Builder updatedAt​(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)
        The updated_at date