Class CreateBackgroundCheckOrderResult
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.CreateBackgroundCheckOrderResult
-
public class CreateBackgroundCheckOrderResult extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCreateBackgroundCheckOrderResult.Builder
-
Constructor Summary
Constructors Constructor Description CreateBackgroundCheckOrderResult()CreateBackgroundCheckOrderResult(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> testUrl)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CreateBackgroundCheckOrderResult.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>id()Unique identifierorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>remoteId()Provider's unique identifierorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>testUrl()Test urljava.lang.StringtoString()CreateBackgroundCheckOrderResultwithId(java.lang.String id)Unique identifierCreateBackgroundCheckOrderResultwithId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)Unique identifierCreateBackgroundCheckOrderResultwithRemoteId(java.lang.String remoteId)Provider's unique identifierCreateBackgroundCheckOrderResultwithRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)Provider's unique identifierCreateBackgroundCheckOrderResultwithTestUrl(java.lang.String testUrl)Test urlCreateBackgroundCheckOrderResultwithTestUrl(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> testUrl)Test url
-
-
-
Constructor Detail
-
CreateBackgroundCheckOrderResult
public CreateBackgroundCheckOrderResult(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> testUrl)
-
CreateBackgroundCheckOrderResult
public CreateBackgroundCheckOrderResult()
-
-
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
-
testUrl
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> testUrl()
Test url
-
builder
public static final CreateBackgroundCheckOrderResult.Builder builder()
-
withId
public CreateBackgroundCheckOrderResult withId(java.lang.String id)
Unique identifier
-
withId
public CreateBackgroundCheckOrderResult withId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
Unique identifier
-
withRemoteId
public CreateBackgroundCheckOrderResult withRemoteId(java.lang.String remoteId)
Provider's unique identifier
-
withRemoteId
public CreateBackgroundCheckOrderResult withRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
Provider's unique identifier
-
withTestUrl
public CreateBackgroundCheckOrderResult withTestUrl(java.lang.String testUrl)
Test url
-
withTestUrl
public CreateBackgroundCheckOrderResult withTestUrl(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> testUrl)
Test url
-
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
-
-