Uses of Class
microsoft.dynamics.crm.complex.EndpointCollection
-
Packages that use EndpointCollection Package Description microsoft.dynamics.crm.complex -
-
Uses of EndpointCollection in microsoft.dynamics.crm.complex
Fields in microsoft.dynamics.crm.complex declared as EndpointCollection Modifier and Type Field Description protected EndpointCollectionOrganizationDetail. endpointsMethods in microsoft.dynamics.crm.complex that return EndpointCollection Modifier and Type Method Description EndpointCollectionEndpointCollection.Builder. build()EndpointCollectionEndpointCollection. withCount(Integer count)EndpointCollectionEndpointCollection. withIsReadOnly(Boolean isReadOnly)EndpointCollectionEndpointCollection. withUnmappedField(String name, String value)Methods in microsoft.dynamics.crm.complex that return types with arguments of type EndpointCollection Modifier and Type Method Description Optional<EndpointCollection>OrganizationDetail. getEndpoints()Methods in microsoft.dynamics.crm.complex with parameters of type EndpointCollection Modifier and Type Method Description OrganizationDetail.BuilderOrganizationDetail.Builder. endpoints(EndpointCollection endpoints)OrganizationDetailOrganizationDetail. withEndpoints(EndpointCollection endpoints)
-