Class ContractType


  • public class ContractType
    extends java.lang.Object
    ContractType - The employment work schedule type
    • Constructor Detail

      • ContractType

        public ContractType​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id,
                            org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId,
                            org.openapitools.jackson.nullable.JsonNullable<java.lang.String> label,
                            org.openapitools.jackson.nullable.JsonNullable<? extends EmploymentContractTypeContractType> contractType)
      • ContractType

        public ContractType()
    • 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
      • label

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> label()
        The label of the employment type
      • contractType

        public org.openapitools.jackson.nullable.JsonNullable<EmploymentContractTypeContractType> contractType()
        The employment work schedule type (e.g., full-time, part-time)
      • withId

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

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

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

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

        public ContractType withLabel​(java.lang.String label)
        The label of the employment type
      • withLabel

        public ContractType withLabel​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> label)
        The label of the employment type
      • withContractType

        public ContractType withContractType​(org.openapitools.jackson.nullable.JsonNullable<? extends EmploymentContractTypeContractType> contractType)
        The employment work schedule type (e.g., full-time, part-time)
      • 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