Uses of Class
odata.msgraph.client.beta.enums.CloudPcGalleryImageStatus
-
Packages that use CloudPcGalleryImageStatus Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of CloudPcGalleryImageStatus in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as CloudPcGalleryImageStatus Modifier and Type Field Description protected CloudPcGalleryImageStatusCloudPcGalleryImage. statusMethods in odata.msgraph.client.beta.entity that return types with arguments of type CloudPcGalleryImageStatus Modifier and Type Method Description Optional<CloudPcGalleryImageStatus>CloudPcGalleryImage. getStatus()Methods in odata.msgraph.client.beta.entity with parameters of type CloudPcGalleryImageStatus Modifier and Type Method Description CloudPcGalleryImage.BuilderCloudPcGalleryImage.Builder. status(CloudPcGalleryImageStatus status)CloudPcGalleryImageCloudPcGalleryImage. withStatus(CloudPcGalleryImageStatus status) -
Uses of CloudPcGalleryImageStatus in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return CloudPcGalleryImageStatus Modifier and Type Method Description static CloudPcGalleryImageStatusCloudPcGalleryImageStatus. valueOf(String name)Returns 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.
-