Uses of Enum
com.microsoft.graph.models.ServiceHealthOrigin
Packages that use ServiceHealthOrigin
-
Uses of ServiceHealthOrigin in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return ServiceHealthOriginModifier and TypeMethodDescriptionstatic ServiceHealthOriginServiceHealthIssue.getOrigin()Gets the origin property value.static ServiceHealthOriginReturns the enum constant of this type with the specified name.static ServiceHealthOrigin[]ServiceHealthOrigin.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 ServiceHealthOriginModifier and TypeMethodDescriptionvoidServiceHealthIssue.setOrigin(ServiceHealthOrigin value) Sets the origin property value.