Class EmploymentType1


  • public class EmploymentType1
    extends java.lang.Object
    EmploymentType1

    The type of employment

    • Constructor Summary

      Constructors 
      Constructor Description
      EmploymentType1()  
      EmploymentType1​(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 EmploymentTypeType> type)  
    • Constructor Detail

      • EmploymentType1

        public EmploymentType1​(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 EmploymentTypeType> type)
      • EmploymentType1

        public EmploymentType1()
    • 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
      • type

        public org.openapitools.jackson.nullable.JsonNullable<EmploymentTypeType> type()
        The type of employment (e.g., contractor, permanent)
      • withId

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

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

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

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

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

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

        public EmploymentType1 withType​(org.openapitools.jackson.nullable.JsonNullable<? extends EmploymentTypeType> type)
        The type of employment (e.g., contractor, permanent)
      • 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