Uses of Class
microsoft.graph.externalconnectors.enums.AclType
-
Packages that use AclType Package Description microsoft.graph.externalconnectors.complex microsoft.graph.externalconnectors.enums -
-
Uses of AclType in microsoft.graph.externalconnectors.complex
Fields in microsoft.graph.externalconnectors.complex declared as AclType Modifier and Type Field Description protected AclTypeAcl. typeMethods in microsoft.graph.externalconnectors.complex that return types with arguments of type AclType Modifier and Type Method Description Optional<AclType>Acl. getType()Methods in microsoft.graph.externalconnectors.complex with parameters of type AclType Modifier and Type Method Description Acl.BuilderAcl.Builder. type(AclType type)AclAcl. withType(AclType type) -
Uses of AclType in microsoft.graph.externalconnectors.enums
Methods in microsoft.graph.externalconnectors.enums that return AclType Modifier and Type Method Description static AclTypeAclType. valueOf(String name)Returns the enum constant of this type with the specified name.static AclType[]AclType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-