Class HrisCreateEmployeeTimeOffRequestRequest.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.HrisCreateEmployeeTimeOffRequestRequest.Builder
-
- Enclosing class:
- HrisCreateEmployeeTimeOffRequestRequest
public static final class HrisCreateEmployeeTimeOffRequestRequest.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HrisCreateEmployeeTimeOffRequestRequestbuild()HrisCreateEmployeeTimeOffRequestRequest.BuilderhrisCreateTimeOffRequestDto(HrisCreateTimeOffRequestDto hrisCreateTimeOffRequestDto)HrisCreateEmployeeTimeOffRequestRequest.Builderid(java.lang.String id)HrisCreateEmployeeTimeOffRequestRequest.BuilderxAccountId(java.lang.String xAccountId)The account identifier
-
-
-
Method Detail
-
xAccountId
public HrisCreateEmployeeTimeOffRequestRequest.Builder xAccountId(java.lang.String xAccountId)
The account identifier
-
id
public HrisCreateEmployeeTimeOffRequestRequest.Builder id(java.lang.String id)
-
hrisCreateTimeOffRequestDto
public HrisCreateEmployeeTimeOffRequestRequest.Builder hrisCreateTimeOffRequestDto(HrisCreateTimeOffRequestDto hrisCreateTimeOffRequestDto)
-
build
public HrisCreateEmployeeTimeOffRequestRequest build()
-
-