Class HrisCreateEmployeeTimeOffRequestRequest
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.HrisCreateEmployeeTimeOffRequestRequest
-
public class HrisCreateEmployeeTimeOffRequestRequest extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHrisCreateEmployeeTimeOffRequestRequest.Builder
-
Constructor Summary
Constructors Constructor Description HrisCreateEmployeeTimeOffRequestRequest(java.lang.String xAccountId, java.lang.String id, HrisCreateTimeOffRequestDto hrisCreateTimeOffRequestDto)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HrisCreateEmployeeTimeOffRequestRequest.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()HrisCreateTimeOffRequestDtohrisCreateTimeOffRequestDto()java.lang.Stringid()java.lang.StringtoString()HrisCreateEmployeeTimeOffRequestRequestwithHrisCreateTimeOffRequestDto(HrisCreateTimeOffRequestDto hrisCreateTimeOffRequestDto)HrisCreateEmployeeTimeOffRequestRequestwithId(java.lang.String id)HrisCreateEmployeeTimeOffRequestRequestwithXAccountId(java.lang.String xAccountId)The account identifierjava.lang.StringxAccountId()The account identifier
-
-
-
Constructor Detail
-
HrisCreateEmployeeTimeOffRequestRequest
public HrisCreateEmployeeTimeOffRequestRequest(java.lang.String xAccountId, java.lang.String id, HrisCreateTimeOffRequestDto hrisCreateTimeOffRequestDto)
-
-
Method Detail
-
xAccountId
public java.lang.String xAccountId()
The account identifier
-
id
public java.lang.String id()
-
hrisCreateTimeOffRequestDto
public HrisCreateTimeOffRequestDto hrisCreateTimeOffRequestDto()
-
builder
public static HrisCreateEmployeeTimeOffRequestRequest.Builder builder()
-
withXAccountId
public HrisCreateEmployeeTimeOffRequestRequest withXAccountId(java.lang.String xAccountId)
The account identifier
-
withId
public HrisCreateEmployeeTimeOffRequestRequest withId(java.lang.String id)
-
withHrisCreateTimeOffRequestDto
public HrisCreateEmployeeTimeOffRequestRequest withHrisCreateTimeOffRequestDto(HrisCreateTimeOffRequestDto hrisCreateTimeOffRequestDto)
-
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
-
-