Class BackgroundCheckOrderJob


  • public class BackgroundCheckOrderJob
    extends java.lang.Object
    • Constructor Detail

      • BackgroundCheckOrderJob

        public BackgroundCheckOrderJob​(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 java.util.List<JobHiringTeam>> hiringTeam,
                                       org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,​java.lang.Object>> passthrough)
      • BackgroundCheckOrderJob

        public BackgroundCheckOrderJob()
    • 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
      • hiringTeam

        public org.openapitools.jackson.nullable.JsonNullable<java.util.List<JobHiringTeam>> hiringTeam()
        Hiring team for the job.
      • passthrough

        public org.openapitools.jackson.nullable.JsonNullable<java.util.Map<java.lang.String,​java.lang.Object>> passthrough()
        Value to pass through to the provider
      • withId

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

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

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

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

        public BackgroundCheckOrderJob withHiringTeam​(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<JobHiringTeam>> hiringTeam)
        Hiring team for the job.
      • withPassthrough

        public BackgroundCheckOrderJob withPassthrough​(java.util.Map<java.lang.String,​java.lang.Object> passthrough)
        Value to pass through to the provider
      • withPassthrough

        public BackgroundCheckOrderJob withPassthrough​(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,​java.lang.Object>> passthrough)
        Value to pass through to the provider
      • 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