Uses of Class
microsoft.graph.externalconnectors.complex.Acl
-
Packages that use Acl Package Description microsoft.graph.externalconnectors.complex microsoft.graph.externalconnectors.entity -
-
Uses of Acl in microsoft.graph.externalconnectors.complex
Methods in microsoft.graph.externalconnectors.complex that return Acl Modifier and Type Method Description AclAcl.Builder. build()AclAcl. withAccessType(AccessType accessType)AclAcl. withIdentitySource(IdentitySourceType identitySource)AclAcl. withType(AclType type)AclAcl. withUnmappedField(String name, String value)AclAcl. withValue(String value) -
Uses of Acl in microsoft.graph.externalconnectors.entity
Fields in microsoft.graph.externalconnectors.entity with type parameters of type Acl Modifier and Type Field Description protected List<Acl>ExternalItem. aclMethods in microsoft.graph.externalconnectors.entity that return types with arguments of type Acl Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<Acl>ExternalItem. getAcl()com.github.davidmoten.odata.client.CollectionPage<Acl>ExternalItem. getAcl(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in microsoft.graph.externalconnectors.entity with parameters of type Acl Modifier and Type Method Description ExternalItem.BuilderExternalItem.Builder. acl(Acl... acl)Method parameters in microsoft.graph.externalconnectors.entity with type arguments of type Acl Modifier and Type Method Description ExternalItem.BuilderExternalItem.Builder. acl(List<Acl> acl)ExternalItemExternalItem. withAcl(List<Acl> acl)
-