Class AtsCreateBackgroundCheckOrderRequestDtoPackage
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.AtsCreateBackgroundCheckOrderRequestDtoPackage
-
public class AtsCreateBackgroundCheckOrderRequestDtoPackage extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAtsCreateBackgroundCheckOrderRequestDtoPackage.Builder
-
Constructor Summary
Constructors Constructor Description AtsCreateBackgroundCheckOrderRequestDtoPackage()AtsCreateBackgroundCheckOrderRequestDtoPackage(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> name, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<Package>> tests)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AtsCreateBackgroundCheckOrderRequestDtoPackage.Builderbuilder()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>description()Package descriptionbooleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>id()Unique identifierorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>name()Package nameorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>remoteId()Provider's unique identifierorg.openapitools.jackson.nullable.JsonNullable<java.util.List<Package>>tests()Package testsjava.lang.StringtoString()AtsCreateBackgroundCheckOrderRequestDtoPackagewithDescription(java.lang.String description)Package descriptionAtsCreateBackgroundCheckOrderRequestDtoPackagewithDescription(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description)Package descriptionAtsCreateBackgroundCheckOrderRequestDtoPackagewithId(java.lang.String id)Unique identifierAtsCreateBackgroundCheckOrderRequestDtoPackagewithId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)Unique identifierAtsCreateBackgroundCheckOrderRequestDtoPackagewithName(java.lang.String name)Package nameAtsCreateBackgroundCheckOrderRequestDtoPackagewithName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)Package nameAtsCreateBackgroundCheckOrderRequestDtoPackagewithRemoteId(java.lang.String remoteId)Provider's unique identifierAtsCreateBackgroundCheckOrderRequestDtoPackagewithRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)Provider's unique identifierAtsCreateBackgroundCheckOrderRequestDtoPackagewithTests(java.util.List<Package> tests)Package testsAtsCreateBackgroundCheckOrderRequestDtoPackagewithTests(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<Package>> tests)Package tests
-
-
-
Constructor Detail
-
AtsCreateBackgroundCheckOrderRequestDtoPackage
public AtsCreateBackgroundCheckOrderRequestDtoPackage(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> name, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<Package>> tests)
-
AtsCreateBackgroundCheckOrderRequestDtoPackage
public AtsCreateBackgroundCheckOrderRequestDtoPackage()
-
-
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
-
name
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name()
Package name
-
description
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description()
Package description
-
tests
public org.openapitools.jackson.nullable.JsonNullable<java.util.List<Package>> tests()
Package tests
-
builder
public static AtsCreateBackgroundCheckOrderRequestDtoPackage.Builder builder()
-
withId
public AtsCreateBackgroundCheckOrderRequestDtoPackage withId(java.lang.String id)
Unique identifier
-
withId
public AtsCreateBackgroundCheckOrderRequestDtoPackage withId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
Unique identifier
-
withRemoteId
public AtsCreateBackgroundCheckOrderRequestDtoPackage withRemoteId(java.lang.String remoteId)
Provider's unique identifier
-
withRemoteId
public AtsCreateBackgroundCheckOrderRequestDtoPackage withRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
Provider's unique identifier
-
withName
public AtsCreateBackgroundCheckOrderRequestDtoPackage withName(java.lang.String name)
Package name
-
withName
public AtsCreateBackgroundCheckOrderRequestDtoPackage withName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
Package name
-
withDescription
public AtsCreateBackgroundCheckOrderRequestDtoPackage withDescription(java.lang.String description)
Package description
-
withDescription
public AtsCreateBackgroundCheckOrderRequestDtoPackage withDescription(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description)
Package description
-
withTests
public AtsCreateBackgroundCheckOrderRequestDtoPackage withTests(java.util.List<Package> tests)
Package tests
-
withTests
public AtsCreateBackgroundCheckOrderRequestDtoPackage withTests(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<Package>> tests)
Package tests
-
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
-
-