Uses of Class
odata.msgraph.client.enums.AppLogUploadState
-
Packages that use AppLogUploadState Package Description odata.msgraph.client.entity odata.msgraph.client.enums -
-
Uses of AppLogUploadState in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as AppLogUploadState Modifier and Type Field Description protected AppLogUploadStateAppLogCollectionRequest. statusprotected AppLogUploadStateDeviceLogCollectionResponse. statusMethods in odata.msgraph.client.entity that return types with arguments of type AppLogUploadState Modifier and Type Method Description Optional<AppLogUploadState>AppLogCollectionRequest. getStatus()“Indicates the status for the app log collection request if it is pending, completed or failed, Default is pending”Optional<AppLogUploadState>DeviceLogCollectionResponse. getStatus()“Indicates the status for the app log collection request if it is pending, completed or failed, Default is pending.”Methods in odata.msgraph.client.entity with parameters of type AppLogUploadState Modifier and Type Method Description AppLogCollectionRequest.BuilderAppLogCollectionRequest.Builder. status(AppLogUploadState status)“Indicates the status for the app log collection request if it is pending, completed or failed, Default is pending”DeviceLogCollectionResponse.BuilderDeviceLogCollectionResponse.Builder. status(AppLogUploadState status)“Indicates the status for the app log collection request if it is pending, completed or failed, Default is pending.”AppLogCollectionRequestAppLogCollectionRequest. withStatus(AppLogUploadState status)Returns an immutable copy ofthiswith just thestatusfield changed.DeviceLogCollectionResponseDeviceLogCollectionResponse. withStatus(AppLogUploadState status)Returns an immutable copy ofthiswith just thestatusfield changed. -
Uses of AppLogUploadState in odata.msgraph.client.enums
Methods in odata.msgraph.client.enums that return AppLogUploadState Modifier and Type Method Description static AppLogUploadStateAppLogUploadState. valueOf(String name)Returns 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.
-