Uses of Class
odata.msgraph.client.enums.QuarantineReason
-
Packages that use QuarantineReason Package Description odata.msgraph.client.complex odata.msgraph.client.enums -
-
Uses of QuarantineReason in odata.msgraph.client.complex
Fields in odata.msgraph.client.complex declared as QuarantineReason Modifier and Type Field Description protected QuarantineReasonSynchronizationQuarantine. reasonMethods in odata.msgraph.client.complex that return types with arguments of type QuarantineReason Modifier and Type Method Description Optional<QuarantineReason>SynchronizationQuarantine. getReason()Methods in odata.msgraph.client.complex with parameters of type QuarantineReason Modifier and Type Method Description SynchronizationQuarantine.BuilderSynchronizationQuarantine.Builder. reason(QuarantineReason reason)SynchronizationQuarantineSynchronizationQuarantine. withReason(QuarantineReason reason) -
Uses of QuarantineReason in odata.msgraph.client.enums
Methods in odata.msgraph.client.enums that return QuarantineReason Modifier and Type Method Description static QuarantineReasonQuarantineReason. valueOf(String name)Returns the enum constant of this type with the specified name.static QuarantineReason[]QuarantineReason. values()Returns an array containing the constants of this enum type, in the order they are declared.
-