Class BackgroundCheckOrderApplication


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

      • BackgroundCheckOrderApplication

        public BackgroundCheckOrderApplication​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id,
                                               org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId,
                                               org.openapitools.jackson.nullable.JsonNullable<? extends BackgroundCheckOrderApplicationStatus> applicationStatus,
                                               org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,​java.lang.Object>> passthrough)
      • BackgroundCheckOrderApplication

        public BackgroundCheckOrderApplication()
    • 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
      • passthrough

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

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

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

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