Class HrisUpdateEmployeeRequest
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.HrisUpdateEmployeeRequest
-
public class HrisUpdateEmployeeRequest extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHrisUpdateEmployeeRequest.Builder
-
Constructor Summary
Constructors Constructor Description HrisUpdateEmployeeRequest(java.lang.String xAccountId, java.lang.String id, HrisUpdateEmployeeRequestDto hrisUpdateEmployeeRequestDto)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HrisUpdateEmployeeRequest.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()HrisUpdateEmployeeRequestDtohrisUpdateEmployeeRequestDto()java.lang.Stringid()java.lang.StringtoString()HrisUpdateEmployeeRequestwithHrisUpdateEmployeeRequestDto(HrisUpdateEmployeeRequestDto hrisUpdateEmployeeRequestDto)HrisUpdateEmployeeRequestwithId(java.lang.String id)HrisUpdateEmployeeRequestwithXAccountId(java.lang.String xAccountId)The account identifierjava.lang.StringxAccountId()The account identifier
-
-
-
Constructor Detail
-
HrisUpdateEmployeeRequest
public HrisUpdateEmployeeRequest(java.lang.String xAccountId, java.lang.String id, HrisUpdateEmployeeRequestDto hrisUpdateEmployeeRequestDto)
-
-
Method Detail
-
xAccountId
public java.lang.String xAccountId()
The account identifier
-
id
public java.lang.String id()
-
hrisUpdateEmployeeRequestDto
public HrisUpdateEmployeeRequestDto hrisUpdateEmployeeRequestDto()
-
builder
public static HrisUpdateEmployeeRequest.Builder builder()
-
withXAccountId
public HrisUpdateEmployeeRequest withXAccountId(java.lang.String xAccountId)
The account identifier
-
withId
public HrisUpdateEmployeeRequest withId(java.lang.String id)
-
withHrisUpdateEmployeeRequestDto
public HrisUpdateEmployeeRequest withHrisUpdateEmployeeRequestDto(HrisUpdateEmployeeRequestDto hrisUpdateEmployeeRequestDto)
-
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
-
-