Uses of Class
microsoft.dynamics.crm.complex.SecurityPrivilegeMetadata
-
Packages that use SecurityPrivilegeMetadata Package Description microsoft.dynamics.crm.complex microsoft.dynamics.crm.entity -
-
Uses of SecurityPrivilegeMetadata in microsoft.dynamics.crm.complex
Fields in microsoft.dynamics.crm.complex with type parameters of type SecurityPrivilegeMetadata Modifier and Type Field Description protected List<SecurityPrivilegeMetadata>ComplexEntityMetadata. privilegesMethods in microsoft.dynamics.crm.complex that return types with arguments of type SecurityPrivilegeMetadata Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<SecurityPrivilegeMetadata>ComplexEntityMetadata. getPrivileges()com.github.davidmoten.odata.client.CollectionPage<SecurityPrivilegeMetadata>ComplexEntityMetadata. getPrivileges(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in microsoft.dynamics.crm.complex with parameters of type SecurityPrivilegeMetadata Modifier and Type Method Description ComplexEntityMetadata.BuilderComplexEntityMetadata.Builder. privileges(SecurityPrivilegeMetadata... privileges)Method parameters in microsoft.dynamics.crm.complex with type arguments of type SecurityPrivilegeMetadata Modifier and Type Method Description ComplexEntityMetadata.BuilderComplexEntityMetadata.Builder. privileges(List<SecurityPrivilegeMetadata> privileges) -
Uses of SecurityPrivilegeMetadata in microsoft.dynamics.crm.entity
Fields in microsoft.dynamics.crm.entity with type parameters of type SecurityPrivilegeMetadata Modifier and Type Field Description protected List<SecurityPrivilegeMetadata>EntityMetadata. privilegesMethods in microsoft.dynamics.crm.entity that return types with arguments of type SecurityPrivilegeMetadata Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<SecurityPrivilegeMetadata>EntityMetadata. getPrivileges()com.github.davidmoten.odata.client.CollectionPage<SecurityPrivilegeMetadata>EntityMetadata. getPrivileges(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in microsoft.dynamics.crm.entity with parameters of type SecurityPrivilegeMetadata Modifier and Type Method Description EntityMetadata.BuilderEntityMetadata.Builder. privileges(SecurityPrivilegeMetadata... privileges)Method parameters in microsoft.dynamics.crm.entity with type arguments of type SecurityPrivilegeMetadata Modifier and Type Method Description EntityMetadata.BuilderEntityMetadata.Builder. privileges(List<SecurityPrivilegeMetadata> privileges)EntityMetadataEntityMetadata. withPrivileges(List<SecurityPrivilegeMetadata> privileges)
-