Package microsoft.dynamics.crm.complex
Class TimeInfo
- java.lang.Object
-
- microsoft.dynamics.crm.complex.TimeInfo
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class TimeInfo extends Object implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTimeInfo.Builder
-
Field Summary
Fields Modifier and Type Field Description protected IntegeractivityStatusCodeprotected StringcalendarIdprotected com.github.davidmoten.odata.client.ContextPathcontextPathprotected StringdisplayTextprotected Doubleeffortprotected OffsetDateTimeendprotected BooleanisActivityprotected StringodataTypeprotected StringsourceIdprotected IntegersourceTypeCodeprotected OffsetDateTimestartprotected SubCodesubCodeprotected TimeCodetimeCodeprotected com.github.davidmoten.odata.client.internal.UnmappedFieldsImplunmappedFields
-
Constructor Summary
Constructors Modifier Constructor Description protectedTimeInfo()
-
Method Summary
-
-
-
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
-
start
protected OffsetDateTime start
-
end
protected OffsetDateTime end
-
timeCode
protected TimeCode timeCode
-
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
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType
-
getStart
public Optional<OffsetDateTime> getStart()
-
withStart
public TimeInfo withStart(OffsetDateTime start)
-
getEnd
public Optional<OffsetDateTime> getEnd()
-
withEnd
public TimeInfo withEnd(OffsetDateTime end)
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.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
-
-