Uses of Class
microsoft.dynamics.crm.complex.ResourceInfo
-
Packages that use ResourceInfo Package Description microsoft.dynamics.crm.complex -
-
Uses of ResourceInfo in microsoft.dynamics.crm.complex
Fields in microsoft.dynamics.crm.complex with type parameters of type ResourceInfo Modifier and Type Field Description protected List<ResourceInfo>ErrorInfo. resourceListMethods in microsoft.dynamics.crm.complex that return ResourceInfo Modifier and Type Method Description ResourceInfoResourceInfo.Builder. build()ResourceInfoResourceInfo. withDisplayName(String displayName)ResourceInfoResourceInfo. withEntityName(String entityName)ResourceInfoResourceInfo. withId(UUID id)ResourceInfoResourceInfo. withUnmappedField(String name, Object value)Methods in microsoft.dynamics.crm.complex that return types with arguments of type ResourceInfo Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<ResourceInfo>ErrorInfo. getResourceList()com.github.davidmoten.odata.client.CollectionPage<ResourceInfo>ErrorInfo. getResourceList(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in microsoft.dynamics.crm.complex with parameters of type ResourceInfo Modifier and Type Method Description ErrorInfo.BuilderErrorInfo.Builder. resourceList(ResourceInfo... resourceList)Method parameters in microsoft.dynamics.crm.complex with type arguments of type ResourceInfo Modifier and Type Method Description ErrorInfo.BuilderErrorInfo.Builder. resourceList(List<ResourceInfo> resourceList)
-