Uses of Class
microsoft.dynamics.crm.enums.TimeCode
-
Packages that use TimeCode Package Description microsoft.dynamics.crm.complex microsoft.dynamics.crm.container microsoft.dynamics.crm.enums -
-
Uses of TimeCode in microsoft.dynamics.crm.complex
Fields in microsoft.dynamics.crm.complex declared as TimeCode Modifier and Type Field Description protected TimeCodeTimeInfo. timeCodeMethods in microsoft.dynamics.crm.complex that return types with arguments of type TimeCode Modifier and Type Method Description Optional<TimeCode>TimeInfo. getTimeCode()Methods in microsoft.dynamics.crm.complex with parameters of type TimeCode Modifier and Type Method Description TimeInfo.BuilderTimeInfo.Builder. timeCode(TimeCode timeCode)TimeInfoTimeInfo. withTimeCode(TimeCode timeCode) -
Uses of TimeCode in microsoft.dynamics.crm.container
Method parameters in microsoft.dynamics.crm.container with type arguments of type TimeCode Modifier and Type Method Description com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<QueryScheduleResponse>System. querySchedule(String resourceId, OffsetDateTime start, OffsetDateTime end, List<TimeCode> timeCodes) -
Uses of TimeCode in microsoft.dynamics.crm.enums
Methods in microsoft.dynamics.crm.enums that return TimeCode Modifier and Type Method Description static TimeCodeTimeCode. valueOf(String name)Returns the enum constant of this type with the specified name.static TimeCode[]TimeCode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-