类的使用
cn.warpin.thirdPart.huawei.obs.obs.services.model.KeyAndVersion
使用KeyAndVersion的程序包
程序包
说明
-
cn.warpin.thirdPart.huawei.obs.obs.services.internal中KeyAndVersion的使用
修饰符和类型方法说明IConvertor.transKeyAndVersion(KeyAndVersion[] objectNameAndVersions, boolean isQuiet, String encodingType) V2Convertor.transKeyAndVersion(KeyAndVersion[] objectNameAndVersions, boolean isQuiet, String encodingType) -
cn.warpin.thirdPart.huawei.obs.obs.services.model中KeyAndVersion的使用
修饰符和类型字段说明private List<KeyAndVersion> DeleteObjectsRequest.keyAndVersionsprivate List<KeyAndVersion> RestoreObjectsRequest.keyAndVersions修饰符和类型方法说明DeleteObjectsRequest.addKeyAndVersion(String objectKey) Add an object to be deleted.DeleteObjectsRequest.addKeyAndVersion(String objectKey, String versionId) Add an object to be deleted.RestoreObjectsRequest.addKeyAndVersion(String objectKey) Add an object to be restored.RestoreObjectsRequest.addKeyAndVersion(String objectKey, String versionId) Add an object to be restored.DeleteObjectsRequest.getKeyAndVersions()Obtain the to-be-deleted object array.修饰符和类型方法说明RestoreObjectsRequest.getKeyAndVersions()Obtain the list of objects to be restored.DeleteObjectsRequest.getKeyAndVersionsList()Obtain the list of to-be-deleted objects.修饰符和类型方法说明voidDeleteObjectsRequest.setKeyAndVersions(KeyAndVersion[] keyAndVersions) Specify the to-be-deleted object array.修饰符和类型方法说明voidRestoreObjectsRequest.setKeyAndVersions(List<KeyAndVersion> keyAndVersions) Set the list of objects to be restored.限定符构造器说明DeleteObjectsRequest(String bucketName, boolean quiet, KeyAndVersion[] keyAndVersions) ConstructorDeleteObjectsRequest(String bucketName, boolean quiet, KeyAndVersion[] keyAndVersions, String encodingType) Constructor