Class TimeInfo

  • All Implemented Interfaces:
    com.github.davidmoten.odata.client.ODataType

    public class TimeInfo
    extends Object
    implements com.github.davidmoten.odata.client.ODataType
    • Field Detail

      • contextPath

        protected com.github.davidmoten.odata.client.ContextPath contextPath
      • unmappedFields

        protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl unmappedFields
      • odataType

        protected String odataType
      • subCode

        protected SubCode subCode
      • sourceId

        protected String sourceId
      • calendarId

        protected String calendarId
      • sourceTypeCode

        protected Integer sourceTypeCode
      • isActivity

        protected Boolean isActivity
      • activityStatusCode

        protected Integer activityStatusCode
      • effort

        protected Double effort
      • displayText

        protected String displayText
    • Constructor Detail

      • TimeInfo

        protected TimeInfo()
    • Method Detail

      • odataTypeName

        public String odataTypeName()
        Specified by:
        odataTypeName in interface com.github.davidmoten.odata.client.ODataType
      • withCalendarId

        public TimeInfo withCalendarId​(String calendarId)
      • withSourceTypeCode

        public TimeInfo withSourceTypeCode​(Integer sourceTypeCode)
      • withActivityStatusCode

        public TimeInfo withActivityStatusCode​(Integer activityStatusCode)
      • withDisplayText

        public TimeInfo withDisplayText​(String displayText)
      • getUnmappedFields

        public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
        Specified by:
        getUnmappedFields in interface com.github.davidmoten.odata.client.ODataType
      • postInject

        public void postInject​(boolean addKeysToContextPath)
        Specified by:
        postInject in interface com.github.davidmoten.odata.client.ODataType
      • builder

        public static TimeInfo.Builder builder()
        Returns a builder which is used to create a new instance of this class (given that this class is immutable).
        Returns:
        a new Builder for this class