Uses of Class
microsoft.dynamics.crm.enums.EndpointAccessType
-
Packages that use EndpointAccessType Package Description microsoft.dynamics.crm.container microsoft.dynamics.crm.enums -
-
Uses of EndpointAccessType in microsoft.dynamics.crm.container
Methods in microsoft.dynamics.crm.container with parameters of type EndpointAccessType Modifier and Type Method Description com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<RetrieveCurrentOrganizationResponse>System. retrieveCurrentOrganization(EndpointAccessType accessType) -
Uses of EndpointAccessType in microsoft.dynamics.crm.enums
Methods in microsoft.dynamics.crm.enums that return EndpointAccessType Modifier and Type Method Description static EndpointAccessTypeEndpointAccessType. valueOf(String name)Returns the enum constant of this type with the specified name.static EndpointAccessType[]EndpointAccessType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-