Uses of Class
microsoft.dynamics.crm.complex.TimeInfo
-
Packages that use TimeInfo Package Description microsoft.dynamics.crm.complex -
-
Uses of TimeInfo in microsoft.dynamics.crm.complex
Fields in microsoft.dynamics.crm.complex with type parameters of type TimeInfo Modifier and Type Field Description protected List<TimeInfo>ExpandCalendarResponse. resultprotected List<TimeInfo>QueryScheduleResponse. timeInfosMethods in microsoft.dynamics.crm.complex that return TimeInfo Modifier and Type Method Description TimeInfoTimeInfo.Builder. build()TimeInfoTimeInfo. withActivityStatusCode(Integer activityStatusCode)TimeInfoTimeInfo. withCalendarId(String calendarId)TimeInfoTimeInfo. withDisplayText(String displayText)TimeInfoTimeInfo. withEffort(Double effort)TimeInfoTimeInfo. withEnd(OffsetDateTime end)TimeInfoTimeInfo. withIsActivity(Boolean isActivity)TimeInfoTimeInfo. withSourceId(String sourceId)TimeInfoTimeInfo. withSourceTypeCode(Integer sourceTypeCode)TimeInfoTimeInfo. withStart(OffsetDateTime start)TimeInfoTimeInfo. withSubCode(SubCode subCode)TimeInfoTimeInfo. withTimeCode(TimeCode timeCode)TimeInfoTimeInfo. withUnmappedField(String name, String value)Methods in microsoft.dynamics.crm.complex that return types with arguments of type TimeInfo Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<TimeInfo>ExpandCalendarResponse. getResult()com.github.davidmoten.odata.client.CollectionPage<TimeInfo>ExpandCalendarResponse. getResult(com.github.davidmoten.odata.client.HttpRequestOptions options)com.github.davidmoten.odata.client.CollectionPage<TimeInfo>QueryScheduleResponse. getTimeInfos()com.github.davidmoten.odata.client.CollectionPage<TimeInfo>QueryScheduleResponse. getTimeInfos(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in microsoft.dynamics.crm.complex with parameters of type TimeInfo Modifier and Type Method Description ExpandCalendarResponse.BuilderExpandCalendarResponse.Builder. result(TimeInfo... result)QueryScheduleResponse.BuilderQueryScheduleResponse.Builder. timeInfos(TimeInfo... timeInfos)Method parameters in microsoft.dynamics.crm.complex with type arguments of type TimeInfo Modifier and Type Method Description ExpandCalendarResponse.BuilderExpandCalendarResponse.Builder. result(List<TimeInfo> result)QueryScheduleResponse.BuilderQueryScheduleResponse.Builder. timeInfos(List<TimeInfo> timeInfos)
-