Uses of Class
odata.msgraph.client.beta.enums.DelegatedAdminRelationshipOperationStatus
-
Packages that use DelegatedAdminRelationshipOperationStatus Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of DelegatedAdminRelationshipOperationStatus in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as DelegatedAdminRelationshipOperationStatus Modifier and Type Field Description protected DelegatedAdminRelationshipOperationStatusDelegatedAdminRelationshipOperation. statusMethods in odata.msgraph.client.beta.entity that return types with arguments of type DelegatedAdminRelationshipOperationStatus Modifier and Type Method Description Optional<DelegatedAdminRelationshipOperationStatus>DelegatedAdminRelationshipOperation. getStatus()Methods in odata.msgraph.client.beta.entity with parameters of type DelegatedAdminRelationshipOperationStatus Modifier and Type Method Description DelegatedAdminRelationshipOperation.BuilderDelegatedAdminRelationshipOperation.Builder. status(DelegatedAdminRelationshipOperationStatus status)DelegatedAdminRelationshipOperationDelegatedAdminRelationshipOperation. withStatus(DelegatedAdminRelationshipOperationStatus status) -
Uses of DelegatedAdminRelationshipOperationStatus in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return DelegatedAdminRelationshipOperationStatus Modifier and Type Method Description static DelegatedAdminRelationshipOperationStatusDelegatedAdminRelationshipOperationStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static DelegatedAdminRelationshipOperationStatus[]DelegatedAdminRelationshipOperationStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.
-