Class TimeOffReason


  • public class TimeOffReason
    extends java.lang.Object
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  TimeOffReason.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)  
    • 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()
      • 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:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object