Class HrisCreateEmployeeRequest
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.HrisCreateEmployeeRequest
-
public class HrisCreateEmployeeRequest extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHrisCreateEmployeeRequest.Builder
-
Constructor Summary
Constructors Constructor Description HrisCreateEmployeeRequest(java.lang.String xAccountId, HrisCreateEmployeeRequestDto hrisCreateEmployeeRequestDto)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HrisCreateEmployeeRequest.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()HrisCreateEmployeeRequestDtohrisCreateEmployeeRequestDto()java.lang.StringtoString()HrisCreateEmployeeRequestwithHrisCreateEmployeeRequestDto(HrisCreateEmployeeRequestDto hrisCreateEmployeeRequestDto)HrisCreateEmployeeRequestwithXAccountId(java.lang.String xAccountId)The account identifierjava.lang.StringxAccountId()The account identifier
-
-
-
Constructor Detail
-
HrisCreateEmployeeRequest
public HrisCreateEmployeeRequest(java.lang.String xAccountId, HrisCreateEmployeeRequestDto hrisCreateEmployeeRequestDto)
-
-
Method Detail
-
xAccountId
public java.lang.String xAccountId()
The account identifier
-
hrisCreateEmployeeRequestDto
public HrisCreateEmployeeRequestDto hrisCreateEmployeeRequestDto()
-
builder
public static final HrisCreateEmployeeRequest.Builder builder()
-
withXAccountId
public HrisCreateEmployeeRequest withXAccountId(java.lang.String xAccountId)
The account identifier
-
withHrisCreateEmployeeRequestDto
public HrisCreateEmployeeRequest withHrisCreateEmployeeRequestDto(HrisCreateEmployeeRequestDto hrisCreateEmployeeRequestDto)
-
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
-
-