Class CostCenter


  • @Deprecated
    public class CostCenter
    extends java.lang.Object
    Deprecated.
    class: This will be removed in a future release, please migrate away from it as soon as possible.
    CostCenter

    The employee cost_center

    • Nested Class Summary

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

      Constructors 
      Constructor Description
      CostCenter()
      Deprecated.
       
      CostCenter​(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<? extends java.util.List<java.lang.String>> parentIds, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> remoteParentIds, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> ownerIds, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> remoteOwnerIds, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> companyId, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteCompanyId, org.openapitools.jackson.nullable.JsonNullable<? extends EmploymentCostCenterType> type)
      Deprecated.
       
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      static CostCenter.Builder builder()
      Deprecated.
       
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> companyId()
      Deprecated.
      The id of the company that the group belongs to
      boolean equals​(java.lang.Object o)
      Deprecated.
       
      int hashCode()
      Deprecated.
       
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id()
      Deprecated.
      Unique identifier
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name()
      Deprecated.
      The name of the group
      org.openapitools.jackson.nullable.JsonNullable<java.util.List<java.lang.String>> ownerIds()
      Deprecated.
      The list of group owner ids of the given group
      org.openapitools.jackson.nullable.JsonNullable<java.util.List<java.lang.String>> parentIds()
      Deprecated.
      The list of parent group ids of the given group
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteCompanyId()
      Deprecated.
      Provider's id of the company that the group belongs to
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId()
      Deprecated.
      Provider's unique identifier
      org.openapitools.jackson.nullable.JsonNullable<java.util.List<java.lang.String>> remoteOwnerIds()
      Deprecated.
      The list of remote group owner ids of the given group
      org.openapitools.jackson.nullable.JsonNullable<java.util.List<java.lang.String>> remoteParentIds()
      Deprecated.
      Provider's list of parent group remote ids of the given group
      java.lang.String toString()
      Deprecated.
       
      org.openapitools.jackson.nullable.JsonNullable<EmploymentCostCenterType> type()
      Deprecated.
      The type of the group
      org.openapitools.jackson.nullable.JsonNullable<java.util.Map<java.lang.String,​java.lang.Object>> unifiedCustomFields()
      Deprecated.
      Custom Unified Fields configured in your StackOne project
      CostCenter withCompanyId​(java.lang.String companyId)
      Deprecated.
      The id of the company that the group belongs to
      CostCenter withCompanyId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> companyId)
      Deprecated.
      The id of the company that the group belongs to
      CostCenter withId​(java.lang.String id)
      Deprecated.
      Unique identifier
      CostCenter withId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
      Deprecated.
      Unique identifier
      CostCenter withName​(java.lang.String name)
      Deprecated.
      The name of the group
      CostCenter withName​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
      Deprecated.
      The name of the group
      CostCenter withOwnerIds​(java.util.List<java.lang.String> ownerIds)
      Deprecated.
      The list of group owner ids of the given group
      CostCenter withOwnerIds​(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> ownerIds)
      Deprecated.
      The list of group owner ids of the given group
      CostCenter withParentIds​(java.util.List<java.lang.String> parentIds)
      Deprecated.
      The list of parent group ids of the given group
      CostCenter withParentIds​(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> parentIds)
      Deprecated.
      The list of parent group ids of the given group
      CostCenter withRemoteCompanyId​(java.lang.String remoteCompanyId)
      Deprecated.
      Provider's id of the company that the group belongs to
      CostCenter withRemoteCompanyId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteCompanyId)
      Deprecated.
      Provider's id of the company that the group belongs to
      CostCenter withRemoteId​(java.lang.String remoteId)
      Deprecated.
      Provider's unique identifier
      CostCenter withRemoteId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
      Deprecated.
      Provider's unique identifier
      CostCenter withRemoteOwnerIds​(java.util.List<java.lang.String> remoteOwnerIds)
      Deprecated.
      The list of remote group owner ids of the given group
      CostCenter withRemoteOwnerIds​(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> remoteOwnerIds)
      Deprecated.
      The list of remote group owner ids of the given group
      CostCenter withRemoteParentIds​(java.util.List<java.lang.String> remoteParentIds)
      Deprecated.
      Provider's list of parent group remote ids of the given group
      CostCenter withRemoteParentIds​(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> remoteParentIds)
      Deprecated.
      Provider's list of parent group remote ids of the given group
      CostCenter withType​(EmploymentCostCenterType type)
      Deprecated.
      The type of the group
      CostCenter withType​(org.openapitools.jackson.nullable.JsonNullable<? extends EmploymentCostCenterType> type)
      Deprecated.
      The type of the group
      CostCenter withUnifiedCustomFields​(java.util.Map<java.lang.String,​java.lang.Object> unifiedCustomFields)
      Deprecated.
      Custom Unified Fields configured in your StackOne project
      CostCenter withUnifiedCustomFields​(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,​java.lang.Object>> unifiedCustomFields)
      Deprecated.
      Custom Unified Fields configured in your StackOne project
      • Methods inherited from class java.lang.Object

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

      • CostCenter

        public CostCenter​(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<? extends java.util.List<java.lang.String>> parentIds,
                          org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> remoteParentIds,
                          org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> ownerIds,
                          org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> remoteOwnerIds,
                          org.openapitools.jackson.nullable.JsonNullable<java.lang.String> companyId,
                          org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteCompanyId,
                          org.openapitools.jackson.nullable.JsonNullable<? extends EmploymentCostCenterType> type)
        Deprecated.
      • CostCenter

        public CostCenter()
        Deprecated.
    • Method Detail

      • id

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

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

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

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name()
        Deprecated.
        The name of the group
      • parentIds

        public org.openapitools.jackson.nullable.JsonNullable<java.util.List<java.lang.String>> parentIds()
        Deprecated.
        The list of parent group ids of the given group
      • remoteParentIds

        public org.openapitools.jackson.nullable.JsonNullable<java.util.List<java.lang.String>> remoteParentIds()
        Deprecated.
        Provider's list of parent group remote ids of the given group
      • ownerIds

        public org.openapitools.jackson.nullable.JsonNullable<java.util.List<java.lang.String>> ownerIds()
        Deprecated.
        The list of group owner ids of the given group
      • remoteOwnerIds

        public org.openapitools.jackson.nullable.JsonNullable<java.util.List<java.lang.String>> remoteOwnerIds()
        Deprecated.
        The list of remote group owner ids of the given group
      • companyId

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> companyId()
        Deprecated.
        The id of the company that the group belongs to
      • remoteCompanyId

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteCompanyId()
        Deprecated.
        Provider's id of the company that the group belongs to
      • type

        public org.openapitools.jackson.nullable.JsonNullable<EmploymentCostCenterType> type()
        Deprecated.
        The type of the group
      • withId

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

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

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

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

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

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

        public CostCenter withName​(java.lang.String name)
        Deprecated.
        The name of the group
      • withName

        public CostCenter withName​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
        Deprecated.
        The name of the group
      • withParentIds

        public CostCenter withParentIds​(java.util.List<java.lang.String> parentIds)
        Deprecated.
        The list of parent group ids of the given group
      • withParentIds

        public CostCenter withParentIds​(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> parentIds)
        Deprecated.
        The list of parent group ids of the given group
      • withRemoteParentIds

        public CostCenter withRemoteParentIds​(java.util.List<java.lang.String> remoteParentIds)
        Deprecated.
        Provider's list of parent group remote ids of the given group
      • withRemoteParentIds

        public CostCenter withRemoteParentIds​(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> remoteParentIds)
        Deprecated.
        Provider's list of parent group remote ids of the given group
      • withOwnerIds

        public CostCenter withOwnerIds​(java.util.List<java.lang.String> ownerIds)
        Deprecated.
        The list of group owner ids of the given group
      • withOwnerIds

        public CostCenter withOwnerIds​(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> ownerIds)
        Deprecated.
        The list of group owner ids of the given group
      • withRemoteOwnerIds

        public CostCenter withRemoteOwnerIds​(java.util.List<java.lang.String> remoteOwnerIds)
        Deprecated.
        The list of remote group owner ids of the given group
      • withRemoteOwnerIds

        public CostCenter withRemoteOwnerIds​(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> remoteOwnerIds)
        Deprecated.
        The list of remote group owner ids of the given group
      • withCompanyId

        public CostCenter withCompanyId​(java.lang.String companyId)
        Deprecated.
        The id of the company that the group belongs to
      • withCompanyId

        public CostCenter withCompanyId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> companyId)
        Deprecated.
        The id of the company that the group belongs to
      • withRemoteCompanyId

        public CostCenter withRemoteCompanyId​(java.lang.String remoteCompanyId)
        Deprecated.
        Provider's id of the company that the group belongs to
      • withRemoteCompanyId

        public CostCenter withRemoteCompanyId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteCompanyId)
        Deprecated.
        Provider's id of the company that the group belongs to
      • equals

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

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

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