Class LaborType


  • public class LaborType
    extends java.lang.Object
    LaborType

    The labor type associated with this time entry

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  LaborType.Builder  
    • Constructor Summary

      Constructors 
      Constructor Description
      LaborType()  
      LaborType​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> code)  
    • Constructor Detail

      • LaborType

        public LaborType​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> code)
      • LaborType

        public LaborType()
    • Method Detail

      • code

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> code()
      • withCode

        public LaborType withCode​(java.lang.String code)
      • withCode

        public LaborType withCode​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> code)
      • 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