Uses of Class
odata.msgraph.client.entity.AppLogCollectionRequest
-
Packages that use AppLogCollectionRequest Package Description odata.msgraph.client.entity -
-
Uses of AppLogCollectionRequest in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type AppLogCollectionRequest Modifier and Type Field Description protected List<AppLogCollectionRequest>MobileAppTroubleshootingEvent. appLogCollectionRequestsMethods in odata.msgraph.client.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, Object value)Methods in odata.msgraph.client.entity with parameters of type AppLogCollectionRequest Modifier and Type Method Description MobileAppTroubleshootingEvent.BuilderMobileAppTroubleshootingEvent.Builder. appLogCollectionRequests(AppLogCollectionRequest... appLogCollectionRequests)“Indicates collection of App Log Upload Request.”Method parameters in odata.msgraph.client.entity with type arguments of type AppLogCollectionRequest Modifier and Type Method Description MobileAppTroubleshootingEvent.BuilderMobileAppTroubleshootingEvent.Builder. appLogCollectionRequests(List<AppLogCollectionRequest> appLogCollectionRequests)“Indicates collection of App Log Upload Request.”MobileAppTroubleshootingEventMobileAppTroubleshootingEvent. withAppLogCollectionRequests(List<AppLogCollectionRequest> appLogCollectionRequests)Returns an immutable copy ofthiswith just theappLogCollectionRequestsfield changed.
-