Uses of Class
odata.msgraph.client.beta.enums.AllowedAudiences
-
Packages that use AllowedAudiences Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of AllowedAudiences in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as AllowedAudiences Modifier and Type Field Description protected AllowedAudiencesItemFacet. allowedAudiencesMethods in odata.msgraph.client.beta.entity that return types with arguments of type AllowedAudiences Modifier and Type Method Description Optional<AllowedAudiences>ItemFacet. getAllowedAudiences() -
Uses of AllowedAudiences in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return AllowedAudiences Modifier and Type Method Description static AllowedAudiencesAllowedAudiences. valueOf(String name)Returns the enum constant of this type with the specified name.static AllowedAudiences[]AllowedAudiences. values()Returns an array containing the constants of this enum type, in the order they are declared.
-