Class TimeOffReason
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.TimeOffReason
-
public class TimeOffReason extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTimeOffReason.Builder
-
Constructor Summary
Constructors Constructor Description TimeOffReason()TimeOffReason(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TimeOffReason.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>id()Unique identifierorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>name()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>remoteId()Provider's unique identifierjava.lang.StringtoString()TimeOffReasonwithId(java.lang.String id)Unique identifierTimeOffReasonwithId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)Unique identifierTimeOffReasonwithName(java.lang.String name)TimeOffReasonwithName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)TimeOffReasonwithRemoteId(java.lang.String remoteId)Provider's unique identifierTimeOffReasonwithRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)Provider's unique identifier
-
-
-
Constructor Detail
-
TimeOffReason
public TimeOffReason(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
-
TimeOffReason
public TimeOffReason()
-
-
Method Detail
-
id
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id()
Unique identifier
-
remoteId
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId()
Provider's unique identifier
-
name
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name()
-
builder
public static final TimeOffReason.Builder builder()
-
withId
public TimeOffReason withId(java.lang.String id)
Unique identifier
-
withId
public TimeOffReason withId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
Unique identifier
-
withRemoteId
public TimeOffReason withRemoteId(java.lang.String remoteId)
Provider's unique identifier
-
withRemoteId
public TimeOffReason withRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
Provider's unique identifier
-
withName
public TimeOffReason withName(java.lang.String name)
-
withName
public TimeOffReason withName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
-
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
-
-