Uses of Enum
com.microsoft.graph.models.RestorePointTags
Packages that use RestorePointTags
-
Uses of RestorePointTags in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return RestorePointTagsModifier and TypeMethodDescriptionstatic RestorePointTagsstatic RestorePointTagsReturns the enum constant of this type with the specified name.static RestorePointTags[]RestorePointTags.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.graph.models that return types with arguments of type RestorePointTagsModifier and TypeMethodDescriptionRestoreArtifactsBulkRequestBase.getTags()Gets the tags property value.RestorePoint.getTags()Gets the tags property value.Method parameters in com.microsoft.graph.models with type arguments of type RestorePointTagsModifier and TypeMethodDescriptionvoidRestoreArtifactsBulkRequestBase.setTags(EnumSet<RestorePointTags> value) Sets the tags property value.voidRestorePoint.setTags(EnumSet<RestorePointTags> value) Sets the tags property value.