Class AtsCreateBackgroundCheckOrderRequestDtoJob


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

      • AtsCreateBackgroundCheckOrderRequestDtoJob

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

        public AtsCreateBackgroundCheckOrderRequestDtoJob()
    • 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
      • withPassthrough

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