Uses of Class
odata.msgraph.client.beta.entity.AppLogCollectionRequest
-
Packages that use AppLogCollectionRequest Package Description odata.msgraph.client.beta.entity -
-
Uses of AppLogCollectionRequest in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return AppLogCollectionRequest Modifier and Type Method Description AppLogCollectionRequestAppLogCollectionRequest.Builder. build()AppLogCollectionRequestAppLogCollectionRequest. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.AppLogCollectionRequestAppLogCollectionRequest. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).AppLogCollectionRequestAppLogCollectionRequest. withCompletedDateTime(OffsetDateTime completedDateTime)Returns an immutable copy ofthiswith just thecompletedDateTimefield changed.AppLogCollectionRequestAppLogCollectionRequest. withCustomLogFolders(List<String> customLogFolders)Returns an immutable copy ofthiswith just thecustomLogFoldersfield changed.AppLogCollectionRequestAppLogCollectionRequest. withErrorMessage(String errorMessage)Returns an immutable copy ofthiswith just theerrorMessagefield changed.AppLogCollectionRequestAppLogCollectionRequest. withStatus(AppLogUploadState status)Returns an immutable copy ofthiswith just thestatusfield changed.AppLogCollectionRequestAppLogCollectionRequest. withUnmappedField(String name, String value)
-