com.branch.cos.model.UploadMode Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of branch_cos_api Show documentation
Show all versions of branch_cos_api Show documentation
branch java sdk for qcloud cos
The newest version!
package com.branch.cos.model;
public enum UploadMode {
APPEND_OBJECT,
PUT_OBJECT;
}