Class HRISCostCenter


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

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

      Constructors 
      Constructor Description
      HRISCostCenter()  
      HRISCostCenter​(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<java.lang.Double> distributionPercentage, org.openapitools.jackson.nullable.JsonNullable<? extends HRISCostCenterType> type)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static HRISCostCenter.Builder builder()  
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> companyId()
      The id of the company that the group belongs to
      org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> distributionPercentage()
      The distribution percentage for cost_center
      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 group
      org.openapitools.jackson.nullable.JsonNullable<java.util.List<java.lang.String>> ownerIds()
      The list of group owner ids of the given group
      org.openapitools.jackson.nullable.JsonNullable<java.util.List<java.lang.String>> parentIds()
      The list of parent group ids of the given group
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteCompanyId()
      Provider's id of the company that the group belongs to
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId()
      Provider's unique identifier
      org.openapitools.jackson.nullable.JsonNullable<java.util.List<java.lang.String>> remoteOwnerIds()
      The list of remote group owner ids of the given group
      org.openapitools.jackson.nullable.JsonNullable<java.util.List<java.lang.String>> remoteParentIds()
      Provider's list of parent group remote ids of the given group
      java.lang.String toString()  
      org.openapitools.jackson.nullable.JsonNullable<HRISCostCenterType> type()
      The type of the group
      org.openapitools.jackson.nullable.JsonNullable<java.util.Map<java.lang.String,​java.lang.Object>> unifiedCustomFields()
      Custom Unified Fields configured in your StackOne project
      HRISCostCenter withCompanyId​(java.lang.String companyId)
      The id of the company that the group belongs to
      HRISCostCenter withCompanyId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> companyId)
      The id of the company that the group belongs to
      HRISCostCenter withDistributionPercentage​(double distributionPercentage)
      The distribution percentage for cost_center
      HRISCostCenter withDistributionPercentage​(org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> distributionPercentage)
      The distribution percentage for cost_center
      HRISCostCenter withId​(java.lang.String id)
      Unique identifier
      HRISCostCenter withId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
      Unique identifier
      HRISCostCenter withName​(java.lang.String name)
      The name of the group
      HRISCostCenter withName​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
      The name of the group
      HRISCostCenter withOwnerIds​(java.util.List<java.lang.String> ownerIds)
      The list of group owner ids of the given group
      HRISCostCenter withOwnerIds​(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> ownerIds)
      The list of group owner ids of the given group
      HRISCostCenter withParentIds​(java.util.List<java.lang.String> parentIds)
      The list of parent group ids of the given group
      HRISCostCenter withParentIds​(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> parentIds)
      The list of parent group ids of the given group
      HRISCostCenter withRemoteCompanyId​(java.lang.String remoteCompanyId)
      Provider's id of the company that the group belongs to
      HRISCostCenter withRemoteCompanyId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteCompanyId)
      Provider's id of the company that the group belongs to
      HRISCostCenter withRemoteId​(java.lang.String remoteId)
      Provider's unique identifier
      HRISCostCenter withRemoteId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
      Provider's unique identifier
      HRISCostCenter withRemoteOwnerIds​(java.util.List<java.lang.String> remoteOwnerIds)
      The list of remote group owner ids of the given group
      HRISCostCenter withRemoteOwnerIds​(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> remoteOwnerIds)
      The list of remote group owner ids of the given group
      HRISCostCenter withRemoteParentIds​(java.util.List<java.lang.String> remoteParentIds)
      Provider's list of parent group remote ids of the given group
      HRISCostCenter withRemoteParentIds​(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> remoteParentIds)
      Provider's list of parent group remote ids of the given group
      HRISCostCenter withType​(HRISCostCenterType type)
      The type of the group
      HRISCostCenter withType​(org.openapitools.jackson.nullable.JsonNullable<? extends HRISCostCenterType> type)
      The type of the group
      HRISCostCenter withUnifiedCustomFields​(java.util.Map<java.lang.String,​java.lang.Object> unifiedCustomFields)
      Custom Unified Fields configured in your StackOne project
      HRISCostCenter 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
      • Methods inherited from class java.lang.Object

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

      • HRISCostCenter

        public HRISCostCenter​(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<java.lang.Double> distributionPercentage,
                              org.openapitools.jackson.nullable.JsonNullable<? extends HRISCostCenterType> type)
      • HRISCostCenter

        public HRISCostCenter()
    • 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 group
      • parentIds

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

        public org.openapitools.jackson.nullable.JsonNullable<java.util.List<java.lang.String>> remoteParentIds()
        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()
        The list of group owner ids of the given group
      • remoteOwnerIds

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

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

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

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> distributionPercentage()
        The distribution percentage for cost_center
      • type

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        public HRISCostCenter withDistributionPercentage​(double distributionPercentage)
        The distribution percentage for cost_center
      • withDistributionPercentage

        public HRISCostCenter withDistributionPercentage​(org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> distributionPercentage)
        The distribution percentage for cost_center
      • 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