Class HrisCreateEmployeeEmploymentRequest
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.HrisCreateEmployeeEmploymentRequest
-
public class HrisCreateEmployeeEmploymentRequest extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHrisCreateEmployeeEmploymentRequest.Builder
-
Constructor Summary
Constructors Constructor Description HrisCreateEmployeeEmploymentRequest(java.lang.String xAccountId, java.lang.String id, HrisCreateEmploymentRequestDto hrisCreateEmploymentRequestDto)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HrisCreateEmployeeEmploymentRequest.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()HrisCreateEmploymentRequestDtohrisCreateEmploymentRequestDto()java.lang.Stringid()java.lang.StringtoString()HrisCreateEmployeeEmploymentRequestwithHrisCreateEmploymentRequestDto(HrisCreateEmploymentRequestDto hrisCreateEmploymentRequestDto)HrisCreateEmployeeEmploymentRequestwithId(java.lang.String id)HrisCreateEmployeeEmploymentRequestwithXAccountId(java.lang.String xAccountId)The account identifierjava.lang.StringxAccountId()The account identifier
-
-
-
Constructor Detail
-
HrisCreateEmployeeEmploymentRequest
public HrisCreateEmployeeEmploymentRequest(java.lang.String xAccountId, java.lang.String id, HrisCreateEmploymentRequestDto hrisCreateEmploymentRequestDto)
-
-
Method Detail
-
xAccountId
public java.lang.String xAccountId()
The account identifier
-
id
public java.lang.String id()
-
hrisCreateEmploymentRequestDto
public HrisCreateEmploymentRequestDto hrisCreateEmploymentRequestDto()
-
builder
public static final HrisCreateEmployeeEmploymentRequest.Builder builder()
-
withXAccountId
public HrisCreateEmployeeEmploymentRequest withXAccountId(java.lang.String xAccountId)
The account identifier
-
withId
public HrisCreateEmployeeEmploymentRequest withId(java.lang.String id)
-
withHrisCreateEmploymentRequestDto
public HrisCreateEmployeeEmploymentRequest withHrisCreateEmploymentRequestDto(HrisCreateEmploymentRequestDto hrisCreateEmploymentRequestDto)
-
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
-
-