Uses of Class
odata.msgraph.client.beta.complex.Acl
-
Packages that use Acl Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of Acl in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.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 odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity with type parameters of type Acl Modifier and Type Field Description protected List<Acl>ExternalItem. aclMethods in odata.msgraph.client.beta.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 odata.msgraph.client.beta.entity with parameters of type Acl Modifier and Type Method Description ExternalItem.BuilderExternalItem.Builder. acl(Acl... acl)Method parameters in odata.msgraph.client.beta.entity with type arguments of type Acl Modifier and Type Method Description ExternalItem.BuilderExternalItem.Builder. acl(List<Acl> acl)ExternalItemExternalItem. withAcl(List<Acl> acl)
-