Uses of Class
edu.wisc.library.ocfl.core.storage.cloud.ListResult.ObjectListing
-
Packages that use ListResult.ObjectListing Package Description edu.wisc.library.ocfl.core.storage.cloud -
-
Uses of ListResult.ObjectListing in edu.wisc.library.ocfl.core.storage.cloud
Methods in edu.wisc.library.ocfl.core.storage.cloud that return ListResult.ObjectListing Modifier and Type Method Description ListResult.ObjectListingListResult.ObjectListing. setKey(CloudObjectKey key)ListResult.ObjectListingListResult.ObjectListing. setKeySuffix(String keySuffix)Methods in edu.wisc.library.ocfl.core.storage.cloud that return types with arguments of type ListResult.ObjectListing Modifier and Type Method Description List<ListResult.ObjectListing>ListResult. getObjects()The list of objects that were returned by the list operationMethod parameters in edu.wisc.library.ocfl.core.storage.cloud with type arguments of type ListResult.ObjectListing Modifier and Type Method Description ListResultListResult. setObjects(List<ListResult.ObjectListing> objects)
-