Uses of Enum
com.microsoft.graph.models.SynchronizationStatusCode
Packages that use SynchronizationStatusCode
-
Uses of SynchronizationStatusCode in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return SynchronizationStatusCodeModifier and TypeMethodDescriptionstatic SynchronizationStatusCodeSynchronizationStatus.getCode()Gets the code property value.static SynchronizationStatusCodeReturns the enum constant of this type with the specified name.static SynchronizationStatusCode[]SynchronizationStatusCode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.graph.models with parameters of type SynchronizationStatusCodeModifier and TypeMethodDescriptionvoidSynchronizationStatus.setCode(SynchronizationStatusCode value) Sets the code property value.