Class HrisInviteEmployeeRequestDto.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.HrisInviteEmployeeRequestDto.Builder
-
- Enclosing class:
- HrisInviteEmployeeRequestDto
public static final class HrisInviteEmployeeRequestDto.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HrisInviteEmployeeRequestDtobuild()HrisInviteEmployeeRequestDto.Builderpassthrough(java.util.Map<java.lang.String,java.lang.Object> passthrough)Value to pass through to the providerHrisInviteEmployeeRequestDto.Builderpassthrough(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> passthrough)Value to pass through to the provider
-
-
-
Method Detail
-
passthrough
public HrisInviteEmployeeRequestDto.Builder passthrough(java.util.Map<java.lang.String,java.lang.Object> passthrough)
Value to pass through to the provider
-
passthrough
public HrisInviteEmployeeRequestDto.Builder passthrough(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> passthrough)
Value to pass through to the provider
-
build
public HrisInviteEmployeeRequestDto build()
-
-