Uses of Class
odata.msgraph.client.beta.enums.IdentitySourceType
-
Packages that use IdentitySourceType Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.enums -
-
Uses of IdentitySourceType in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as IdentitySourceType Modifier and Type Field Description protected IdentitySourceTypeAcl. identitySourceMethods in odata.msgraph.client.beta.complex that return types with arguments of type IdentitySourceType Modifier and Type Method Description Optional<IdentitySourceType>Acl. getIdentitySource()Methods in odata.msgraph.client.beta.complex with parameters of type IdentitySourceType Modifier and Type Method Description Acl.BuilderAcl.Builder. identitySource(IdentitySourceType identitySource)AclAcl. withIdentitySource(IdentitySourceType identitySource) -
Uses of IdentitySourceType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return IdentitySourceType Modifier and Type Method Description static IdentitySourceTypeIdentitySourceType. valueOf(String name)Returns the enum constant of this type with the specified name.static IdentitySourceType[]IdentitySourceType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-