Uses of Class
odata.msgraph.client.beta.managed.tenants.enums.DelegatedPrivilegeStatus
-
Packages that use DelegatedPrivilegeStatus Package Description odata.msgraph.client.beta.managed.tenants.complex odata.msgraph.client.beta.managed.tenants.enums -
-
Uses of DelegatedPrivilegeStatus in odata.msgraph.client.beta.managed.tenants.complex
Fields in odata.msgraph.client.beta.managed.tenants.complex declared as DelegatedPrivilegeStatus Modifier and Type Field Description protected DelegatedPrivilegeStatusTenantStatusInformation. delegatedPrivilegeStatusMethods in odata.msgraph.client.beta.managed.tenants.complex that return types with arguments of type DelegatedPrivilegeStatus Modifier and Type Method Description Optional<DelegatedPrivilegeStatus>TenantStatusInformation. getDelegatedPrivilegeStatus()Methods in odata.msgraph.client.beta.managed.tenants.complex with parameters of type DelegatedPrivilegeStatus Modifier and Type Method Description TenantStatusInformation.BuilderTenantStatusInformation.Builder. delegatedPrivilegeStatus(DelegatedPrivilegeStatus delegatedPrivilegeStatus)TenantStatusInformationTenantStatusInformation. withDelegatedPrivilegeStatus(DelegatedPrivilegeStatus delegatedPrivilegeStatus) -
Uses of DelegatedPrivilegeStatus in odata.msgraph.client.beta.managed.tenants.enums
Methods in odata.msgraph.client.beta.managed.tenants.enums that return DelegatedPrivilegeStatus Modifier and Type Method Description static DelegatedPrivilegeStatusDelegatedPrivilegeStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static DelegatedPrivilegeStatus[]DelegatedPrivilegeStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.
-