Uses of Enum
com.microsoft.graph.models.AppLogUploadState
Packages that use AppLogUploadState
-
Uses of AppLogUploadState in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return AppLogUploadStateModifier and TypeMethodDescriptionstatic AppLogUploadStateAppLogCollectionRequest.getStatus()Gets the status property value.DeviceLogCollectionResponse.getStatus()Gets the status property value.static AppLogUploadStateReturns the enum constant of this type with the specified name.static AppLogUploadState[]AppLogUploadState.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 AppLogUploadStateModifier and TypeMethodDescriptionvoidAppLogCollectionRequest.setStatus(AppLogUploadState value) Sets the status property value.voidDeviceLogCollectionResponse.setStatus(AppLogUploadState value) Sets the status property value.