Uses of Class
odata.msgraph.client.enums.AllowInvitesFrom
-
Packages that use AllowInvitesFrom Package Description odata.msgraph.client.entity odata.msgraph.client.enums -
-
Uses of AllowInvitesFrom in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as AllowInvitesFrom Modifier and Type Field Description protected AllowInvitesFromAuthorizationPolicy. allowInvitesFromMethods in odata.msgraph.client.entity that return types with arguments of type AllowInvitesFrom Modifier and Type Method Description Optional<AllowInvitesFrom>AuthorizationPolicy. getAllowInvitesFrom()Methods in odata.msgraph.client.entity with parameters of type AllowInvitesFrom Modifier and Type Method Description AuthorizationPolicy.BuilderAuthorizationPolicy.Builder. allowInvitesFrom(AllowInvitesFrom allowInvitesFrom)AuthorizationPolicyAuthorizationPolicy. withAllowInvitesFrom(AllowInvitesFrom allowInvitesFrom) -
Uses of AllowInvitesFrom in odata.msgraph.client.enums
Methods in odata.msgraph.client.enums that return AllowInvitesFrom Modifier and Type Method Description static AllowInvitesFromAllowInvitesFrom. valueOf(String name)Returns the enum constant of this type with the specified name.static AllowInvitesFrom[]AllowInvitesFrom. values()Returns an array containing the constants of this enum type, in the order they are declared.
-