Class Job


  • public class Job
    extends java.lang.Object
    Job

    The job of employee

    • Nested Class Summary

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

      Constructors 
      Constructor Description
      Job()  
      Job​(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)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static Job.Builder builder()  
      org.openapitools.jackson.nullable.JsonNullable<Description> description()
      The employee job description
      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> ownerId()
      The owner_id of the job
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> parentId()
      The parent_id of the job
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId()
      Provider's unique identifier
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> title()
      Title of the job
      java.lang.String toString()  
      Job withDescription​(Description description)
      The employee job description
      Job withDescription​(org.openapitools.jackson.nullable.JsonNullable<? extends Description> description)
      The employee job description
      Job withId​(java.lang.String id)
      Unique identifier
      Job withId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
      Unique identifier
      Job withOwnerId​(java.lang.String ownerId)
      The owner_id of the job
      Job withOwnerId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> ownerId)
      The owner_id of the job
      Job withParentId​(java.lang.String parentId)
      The parent_id of the job
      Job withParentId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> parentId)
      The parent_id of the job
      Job withRemoteId​(java.lang.String remoteId)
      Provider's unique identifier
      Job withRemoteId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
      Provider's unique identifier
      Job withTitle​(java.lang.String title)
      Title of the job
      Job withTitle​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> title)
      Title of the job
      • Methods inherited from class java.lang.Object

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

      • Job

        public Job​(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)
      • Job

        public Job()
    • 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 Job withId​(java.lang.String id)
        Unique identifier
      • withId

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

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

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

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

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

        public Job withDescription​(Description description)
        The employee job description
      • withDescription

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

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

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

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

        public Job 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