Class BackgroundCheckOrderApplication
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.BackgroundCheckOrderApplication
-
public class BackgroundCheckOrderApplication extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBackgroundCheckOrderApplication.Builder
-
Constructor Summary
Constructors Constructor Description BackgroundCheckOrderApplication()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)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description org.openapitools.jackson.nullable.JsonNullable<BackgroundCheckOrderApplicationStatus>applicationStatus()static BackgroundCheckOrderApplication.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>id()Unique identifierorg.openapitools.jackson.nullable.JsonNullable<java.util.Map<java.lang.String,java.lang.Object>>passthrough()Value to pass through to the providerorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>remoteId()Provider's unique identifierjava.lang.StringtoString()BackgroundCheckOrderApplicationwithApplicationStatus(BackgroundCheckOrderApplicationStatus applicationStatus)BackgroundCheckOrderApplicationwithApplicationStatus(org.openapitools.jackson.nullable.JsonNullable<? extends BackgroundCheckOrderApplicationStatus> applicationStatus)BackgroundCheckOrderApplicationwithId(java.lang.String id)Unique identifierBackgroundCheckOrderApplicationwithId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)Unique identifierBackgroundCheckOrderApplicationwithPassthrough(java.util.Map<java.lang.String,java.lang.Object> passthrough)Value to pass through to the providerBackgroundCheckOrderApplicationwithPassthrough(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> passthrough)Value to pass through to the providerBackgroundCheckOrderApplicationwithRemoteId(java.lang.String remoteId)Provider's unique identifierBackgroundCheckOrderApplicationwithRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)Provider's unique identifier
-
-
-
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
-
applicationStatus
public org.openapitools.jackson.nullable.JsonNullable<BackgroundCheckOrderApplicationStatus> applicationStatus()
-
passthrough
public org.openapitools.jackson.nullable.JsonNullable<java.util.Map<java.lang.String,java.lang.Object>> passthrough()
Value to pass through to the provider
-
builder
public static final BackgroundCheckOrderApplication.Builder builder()
-
withId
public BackgroundCheckOrderApplication withId(java.lang.String id)
Unique identifier
-
withId
public BackgroundCheckOrderApplication withId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
Unique identifier
-
withRemoteId
public BackgroundCheckOrderApplication withRemoteId(java.lang.String remoteId)
Provider's unique identifier
-
withRemoteId
public BackgroundCheckOrderApplication withRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
Provider's unique identifier
-
withApplicationStatus
public BackgroundCheckOrderApplication withApplicationStatus(BackgroundCheckOrderApplicationStatus applicationStatus)
-
withApplicationStatus
public BackgroundCheckOrderApplication withApplicationStatus(org.openapitools.jackson.nullable.JsonNullable<? extends BackgroundCheckOrderApplicationStatus> applicationStatus)
-
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:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-