Class Job.Builder

  • Enclosing class:
    Job

    public static final class Job.Builder
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Job build()  
      Job.Builder description​(Description description)
      The employee job description
      Job.Builder description​(org.openapitools.jackson.nullable.JsonNullable<? extends Description> description)
      The employee job description
      Job.Builder id​(java.lang.String id)
      Unique identifier
      Job.Builder id​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
      Unique identifier
      Job.Builder ownerId​(java.lang.String ownerId)
      The owner_id of the job
      Job.Builder ownerId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> ownerId)
      The owner_id of the job
      Job.Builder parentId​(java.lang.String parentId)
      The parent_id of the job
      Job.Builder parentId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> parentId)
      The parent_id of the job
      Job.Builder remoteId​(java.lang.String remoteId)
      Provider's unique identifier
      Job.Builder remoteId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
      Provider's unique identifier
      Job.Builder title​(java.lang.String title)
      Title of the job
      Job.Builder title​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> title)
      Title of the job
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • id

        public Job.Builder id​(java.lang.String id)
        Unique identifier
      • id

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

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

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

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

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

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

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

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

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

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

        public Job build()