Class TimeOffPolicies
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.TimeOffPolicies
-
public class TimeOffPolicies extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTimeOffPolicies.Builder
-
Constructor Summary
Constructors Constructor Description TimeOffPolicies()TimeOffPolicies(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, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description, org.openapitools.jackson.nullable.JsonNullable<? extends TimeOffPoliciesType> type, org.openapitools.jackson.nullable.JsonNullable<? extends DurationUnit> durationUnit, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<Reason>> reasons, org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt, org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TimeOffPolicies.Builderbuilder()org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime>createdAt()The created_at date of this policyorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>description()The description of this policyorg.openapitools.jackson.nullable.JsonNullable<DurationUnit>durationUnit()The duration unit of the current policybooleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>id()Unique identifierorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>name()The name of this policyorg.openapitools.jackson.nullable.JsonNullable<java.util.List<Reason>>reasons()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>remoteId()Provider's unique identifierjava.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<TimeOffPoliciesType>type()The type of this policyorg.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime>updatedAt()The updated_at date of this policyTimeOffPolicieswithCreatedAt(java.time.OffsetDateTime createdAt)The created_at date of this policyTimeOffPolicieswithCreatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)The created_at date of this policyTimeOffPolicieswithDescription(java.lang.String description)The description of this policyTimeOffPolicieswithDescription(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description)The description of this policyTimeOffPolicieswithDurationUnit(DurationUnit durationUnit)The duration unit of the current policyTimeOffPolicieswithDurationUnit(org.openapitools.jackson.nullable.JsonNullable<? extends DurationUnit> durationUnit)The duration unit of the current policyTimeOffPolicieswithId(java.lang.String id)Unique identifierTimeOffPolicieswithId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)Unique identifierTimeOffPolicieswithName(java.lang.String name)The name of this policyTimeOffPolicieswithName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)The name of this policyTimeOffPolicieswithReasons(java.util.List<Reason> reasons)TimeOffPolicieswithReasons(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<Reason>> reasons)TimeOffPolicieswithRemoteId(java.lang.String remoteId)Provider's unique identifierTimeOffPolicieswithRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)Provider's unique identifierTimeOffPolicieswithType(TimeOffPoliciesType type)The type of this policyTimeOffPolicieswithType(org.openapitools.jackson.nullable.JsonNullable<? extends TimeOffPoliciesType> type)The type of this policyTimeOffPolicieswithUpdatedAt(java.time.OffsetDateTime updatedAt)The updated_at date of this policyTimeOffPolicieswithUpdatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)The updated_at date of this policy
-
-
-
Constructor Detail
-
TimeOffPolicies
public TimeOffPolicies(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, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description, org.openapitools.jackson.nullable.JsonNullable<? extends TimeOffPoliciesType> type, org.openapitools.jackson.nullable.JsonNullable<? extends DurationUnit> durationUnit, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<Reason>> reasons, org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt, org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)
-
TimeOffPolicies
public TimeOffPolicies()
-
-
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()
The name of this policy
-
description
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description()
The description of this policy
-
type
public org.openapitools.jackson.nullable.JsonNullable<TimeOffPoliciesType> type()
The type of this policy
-
durationUnit
public org.openapitools.jackson.nullable.JsonNullable<DurationUnit> durationUnit()
The duration unit of the current policy
-
reasons
public org.openapitools.jackson.nullable.JsonNullable<java.util.List<Reason>> reasons()
-
createdAt
public org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt()
The created_at date of this policy
-
updatedAt
public org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt()
The updated_at date of this policy
-
builder
public static TimeOffPolicies.Builder builder()
-
withId
public TimeOffPolicies withId(java.lang.String id)
Unique identifier
-
withId
public TimeOffPolicies withId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
Unique identifier
-
withRemoteId
public TimeOffPolicies withRemoteId(java.lang.String remoteId)
Provider's unique identifier
-
withRemoteId
public TimeOffPolicies withRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
Provider's unique identifier
-
withName
public TimeOffPolicies withName(java.lang.String name)
The name of this policy
-
withName
public TimeOffPolicies withName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
The name of this policy
-
withDescription
public TimeOffPolicies withDescription(java.lang.String description)
The description of this policy
-
withDescription
public TimeOffPolicies withDescription(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description)
The description of this policy
-
withType
public TimeOffPolicies withType(TimeOffPoliciesType type)
The type of this policy
-
withType
public TimeOffPolicies withType(org.openapitools.jackson.nullable.JsonNullable<? extends TimeOffPoliciesType> type)
The type of this policy
-
withDurationUnit
public TimeOffPolicies withDurationUnit(DurationUnit durationUnit)
The duration unit of the current policy
-
withDurationUnit
public TimeOffPolicies withDurationUnit(org.openapitools.jackson.nullable.JsonNullable<? extends DurationUnit> durationUnit)
The duration unit of the current policy
-
withReasons
public TimeOffPolicies withReasons(java.util.List<Reason> reasons)
-
withReasons
public TimeOffPolicies withReasons(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<Reason>> reasons)
-
withCreatedAt
public TimeOffPolicies withCreatedAt(java.time.OffsetDateTime createdAt)
The created_at date of this policy
-
withCreatedAt
public TimeOffPolicies withCreatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)
The created_at date of this policy
-
withUpdatedAt
public TimeOffPolicies withUpdatedAt(java.time.OffsetDateTime updatedAt)
The updated_at date of this policy
-
withUpdatedAt
public TimeOffPolicies withUpdatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)
The updated_at date of this policy
-
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
-
-