Class AtsCreateApplicationRequest.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.AtsCreateApplicationRequest.Builder
-
- Enclosing class:
- AtsCreateApplicationRequest
public static final class AtsCreateApplicationRequest.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AtsCreateApplicationRequest.BuilderatsCreateApplicationRequestDto(AtsCreateApplicationRequestDto atsCreateApplicationRequestDto)AtsCreateApplicationRequestbuild()AtsCreateApplicationRequest.BuilderxAccountId(java.lang.String xAccountId)The account identifier
-
-
-
Method Detail
-
xAccountId
public AtsCreateApplicationRequest.Builder xAccountId(java.lang.String xAccountId)
The account identifier
-
atsCreateApplicationRequestDto
public AtsCreateApplicationRequest.Builder atsCreateApplicationRequestDto(AtsCreateApplicationRequestDto atsCreateApplicationRequestDto)
-
build
public AtsCreateApplicationRequest build()
-
-