Class EmploymentJob


  • public class EmploymentJob
    extends java.lang.Object
    EmploymentJob

    The job of employee

    • Nested Class Summary

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

      Constructors 
      Constructor Description
      EmploymentJob()  
      EmploymentJob​(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> title, org.openapitools.jackson.nullable.JsonNullable<? extends Description> description, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> ownerId, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> parentId)  
    • Constructor Detail

      • EmploymentJob

        public EmploymentJob​(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> title,
                             org.openapitools.jackson.nullable.JsonNullable<? extends Description> description,
                             org.openapitools.jackson.nullable.JsonNullable<java.lang.String> ownerId,
                             org.openapitools.jackson.nullable.JsonNullable<java.lang.String> parentId)
      • EmploymentJob

        public EmploymentJob()
    • 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
      • title

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> title()
        Title of the job
      • description

        public org.openapitools.jackson.nullable.JsonNullable<Description> description()
        The employee job description
      • ownerId

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> ownerId()
        The owner_id of the job
      • parentId

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> parentId()
        The parent_id of the job
      • withId

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

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

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

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

        public EmploymentJob withTitle​(java.lang.String title)
        Title of the job
      • withTitle

        public EmploymentJob withTitle​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> title)
        Title of the job
      • withDescription

        public EmploymentJob withDescription​(org.openapitools.jackson.nullable.JsonNullable<? extends Description> description)
        The employee job description
      • withOwnerId

        public EmploymentJob withOwnerId​(java.lang.String ownerId)
        The owner_id of the job
      • withOwnerId

        public EmploymentJob withOwnerId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> ownerId)
        The owner_id of the job
      • withParentId

        public EmploymentJob withParentId​(java.lang.String parentId)
        The parent_id of the job
      • withParentId

        public EmploymentJob withParentId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> parentId)
        The parent_id of the job
      • 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