Uses of Class
odata.msgraph.client.beta.enums.AppLogUploadState
-
Packages that use AppLogUploadState Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of AppLogUploadState in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as AppLogUploadState Modifier and Type Field Description protected AppLogUploadStateAppLogCollectionRequest. statusMethods in odata.msgraph.client.beta.entity that return types with arguments of type AppLogUploadState Modifier and Type Method Description Optional<AppLogUploadState>AppLogCollectionRequest. getStatus()“Log upload status”Methods in odata.msgraph.client.beta.entity with parameters of type AppLogUploadState Modifier and Type Method Description AppLogCollectionRequest.BuilderAppLogCollectionRequest.Builder. status(AppLogUploadState status)“Log upload status”AppLogCollectionRequestAppLogCollectionRequest. withStatus(AppLogUploadState status)Returns an immutable copy ofthiswith just thestatusfield changed. -
Uses of AppLogUploadState in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.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.
-