com.qiniu.api.rs.EntryPathPair Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sdk Show documentation
Show all versions of sdk Show documentation
Qiniu Resource (Cloud) Storage SDK demo for Java
The newest version!
package com.qiniu.api.rs;
public class EntryPathPair {
public EntryPath src;
public EntryPath dest;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy