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