Uses of Class
odata.msgraph.client.complex.AppLogCollectionDownloadDetails
-
Packages that use AppLogCollectionDownloadDetails Package Description odata.msgraph.client.complex odata.msgraph.client.entity odata.msgraph.client.entity.request -
-
Uses of AppLogCollectionDownloadDetails in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return AppLogCollectionDownloadDetails Modifier and Type Method Description AppLogCollectionDownloadDetailsAppLogCollectionDownloadDetails.Builder. build()AppLogCollectionDownloadDetailsAppLogCollectionDownloadDetails. withAppLogDecryptionAlgorithm(AppLogDecryptionAlgorithm appLogDecryptionAlgorithm)Returns an immutable copy ofthiswith just theappLogDecryptionAlgorithmfield changed.AppLogCollectionDownloadDetailsAppLogCollectionDownloadDetails. withDecryptionKey(String decryptionKey)Returns an immutable copy ofthiswith just thedecryptionKeyfield changed.AppLogCollectionDownloadDetailsAppLogCollectionDownloadDetails. withDownloadUrl(String downloadUrl)Returns an immutable copy ofthiswith just thedownloadUrlfield changed.AppLogCollectionDownloadDetailsAppLogCollectionDownloadDetails. withUnmappedField(String name, Object value) -
Uses of AppLogCollectionDownloadDetails in odata.msgraph.client.entity
Methods in odata.msgraph.client.entity that return types with arguments of type AppLogCollectionDownloadDetails Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<AppLogCollectionDownloadDetails>AppLogCollectionRequest. createDownloadUrl() -
Uses of AppLogCollectionDownloadDetails in odata.msgraph.client.entity.request
Methods in odata.msgraph.client.entity.request that return types with arguments of type AppLogCollectionDownloadDetails Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<AppLogCollectionDownloadDetails>AppLogCollectionRequestRequest. createDownloadUrl()
-