Uses of Class
microsoft.dynamics.crm.enums.SearchDirection
-
Packages that use SearchDirection Package Description microsoft.dynamics.crm.complex microsoft.dynamics.crm.enums -
-
Uses of SearchDirection in microsoft.dynamics.crm.complex
Fields in microsoft.dynamics.crm.complex declared as SearchDirection Modifier and Type Field Description protected SearchDirectionAppointmentRequest. directionMethods in microsoft.dynamics.crm.complex that return types with arguments of type SearchDirection Modifier and Type Method Description Optional<SearchDirection>AppointmentRequest. getDirection()Methods in microsoft.dynamics.crm.complex with parameters of type SearchDirection Modifier and Type Method Description AppointmentRequest.BuilderAppointmentRequest.Builder. direction(SearchDirection direction)AppointmentRequestAppointmentRequest. withDirection(SearchDirection direction) -
Uses of SearchDirection in microsoft.dynamics.crm.enums
Methods in microsoft.dynamics.crm.enums that return SearchDirection Modifier and Type Method Description static SearchDirectionSearchDirection. valueOf(String name)Returns the enum constant of this type with the specified name.static SearchDirection[]SearchDirection. values()Returns an array containing the constants of this enum type, in the order they are declared.
-