Uses of Class
microsoft.dynamics.crm.enums.EndpointType
-
Packages that use EndpointType Package Description microsoft.dynamics.crm.complex microsoft.dynamics.crm.enums -
-
Uses of EndpointType in microsoft.dynamics.crm.complex
Fields in microsoft.dynamics.crm.complex with type parameters of type EndpointType Modifier and Type Field Description protected List<EndpointType>EndpointCollection. keysMethods in microsoft.dynamics.crm.complex that return types with arguments of type EndpointType Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<EndpointType>EndpointCollection. getKeys()com.github.davidmoten.odata.client.CollectionPage<EndpointType>EndpointCollection. getKeys(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in microsoft.dynamics.crm.complex with parameters of type EndpointType Modifier and Type Method Description EndpointCollection.BuilderEndpointCollection.Builder. keys(EndpointType... keys)Method parameters in microsoft.dynamics.crm.complex with type arguments of type EndpointType Modifier and Type Method Description EndpointCollection.BuilderEndpointCollection.Builder. keys(List<EndpointType> keys) -
Uses of EndpointType in microsoft.dynamics.crm.enums
Methods in microsoft.dynamics.crm.enums that return EndpointType Modifier and Type Method Description static EndpointTypeEndpointType. valueOf(String name)Returns the enum constant of this type with the specified name.static EndpointType[]EndpointType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-