Uses of Enum
com.microsoft.graph.models.CloudPcGalleryImageStatus
Packages that use CloudPcGalleryImageStatus
-
Uses of CloudPcGalleryImageStatus in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return CloudPcGalleryImageStatusModifier and TypeMethodDescriptionstatic CloudPcGalleryImageStatusCloudPcGalleryImage.getStatus()Gets the status property value.static CloudPcGalleryImageStatusReturns the enum constant of this type with the specified name.static CloudPcGalleryImageStatus[]CloudPcGalleryImageStatus.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 CloudPcGalleryImageStatusModifier and TypeMethodDescriptionvoidCloudPcGalleryImage.setStatus(CloudPcGalleryImageStatus value) Sets the status property value.