Class ConfigSetAdminRequest.Upload

All Implemented Interfaces:
Serializable
Enclosing class:
ConfigSetAdminRequest<Q extends ConfigSetAdminRequest<Q,R>,R extends ConfigSetAdminResponse>

public static class ConfigSetAdminRequest.Upload extends ConfigSetAdminRequest.ConfigSetSpecificAdminRequest<ConfigSetAdminRequest.Upload>
Uploads files to create a new configset, or modify an existing config set.

When creating a new configset, the file to be uploaded must be a ZIP file containing the entire configset being uploaded. When modifying an existing configset, the file to be uploaded should either be a ZIP file containing the entire configset being uploaded, or an individual file to upload if setFilePath(java.lang.String) is being used.

See Also: