Class AtsMoveApplicationRequestDto
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.AtsMoveApplicationRequestDto
-
public class AtsMoveApplicationRequestDto extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAtsMoveApplicationRequestDto.Builder
-
Constructor Summary
Constructors Constructor Description AtsMoveApplicationRequestDto()AtsMoveApplicationRequestDto(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> passthrough, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> interviewStageId)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AtsMoveApplicationRequestDto.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>interviewStageId()Unique identifier of the application stage.org.openapitools.jackson.nullable.JsonNullable<java.util.Map<java.lang.String,java.lang.Object>>passthrough()Value to pass through to the providerjava.lang.StringtoString()AtsMoveApplicationRequestDtowithInterviewStageId(java.lang.String interviewStageId)Unique identifier of the application stage.AtsMoveApplicationRequestDtowithInterviewStageId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> interviewStageId)Unique identifier of the application stage.AtsMoveApplicationRequestDtowithPassthrough(java.util.Map<java.lang.String,java.lang.Object> passthrough)Value to pass through to the providerAtsMoveApplicationRequestDtowithPassthrough(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> passthrough)Value to pass through to the provider
-
-
-
Constructor Detail
-
AtsMoveApplicationRequestDto
public AtsMoveApplicationRequestDto(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> passthrough, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> interviewStageId)
-
AtsMoveApplicationRequestDto
public AtsMoveApplicationRequestDto()
-
-
Method Detail
-
passthrough
public org.openapitools.jackson.nullable.JsonNullable<java.util.Map<java.lang.String,java.lang.Object>> passthrough()
Value to pass through to the provider
-
interviewStageId
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> interviewStageId()
Unique identifier of the application stage.
-
builder
public static final AtsMoveApplicationRequestDto.Builder builder()
-
withPassthrough
public AtsMoveApplicationRequestDto withPassthrough(java.util.Map<java.lang.String,java.lang.Object> passthrough)
Value to pass through to the provider
-
withPassthrough
public AtsMoveApplicationRequestDto withPassthrough(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> passthrough)
Value to pass through to the provider
-
withInterviewStageId
public AtsMoveApplicationRequestDto withInterviewStageId(java.lang.String interviewStageId)
Unique identifier of the application stage.
-
withInterviewStageId
public AtsMoveApplicationRequestDto withInterviewStageId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> interviewStageId)
Unique identifier of the application stage.
-
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
-
-