@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen") @Beta public class AttachmentsContext extends Object
Constructor and Description |
---|
AttachmentsContext() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Map<String,AttachmentsContextGroups> |
getGroups()
A map of groups allowing to semantically separate attachments.
|
String |
getRootFolder()
A folder that shall be used for uploading files at the remote repository.
|
AttachmentsContext |
groups(Map<String,AttachmentsContextGroups> groups)
Set the groups of this
AttachmentsContext instance and return the same instance. |
int |
hashCode() |
AttachmentsContext |
putGroupsItem(String key,
AttachmentsContextGroups groupsItem)
Put one Groups instance to this
AttachmentsContext instance. |
AttachmentsContext |
rootFolder(String rootFolder)
Set the rootFolder of this
AttachmentsContext instance and return the same instance. |
void |
setGroups(Map<String,AttachmentsContextGroups> groups)
Set the groups of this
AttachmentsContext instance. |
void |
setRootFolder(String rootFolder)
Set the rootFolder of this
AttachmentsContext instance. |
String |
toString() |
@Nonnull public AttachmentsContext rootFolder(@Nonnull String rootFolder)
AttachmentsContext
instance and return the same instance.rootFolder
- A folder that shall be used for uploading files at the remote repository.AttachmentsContext
class@Nonnull public String getRootFolder()
AttachmentsContext
instance.public void setRootFolder(@Nonnull String rootFolder)
AttachmentsContext
instance.rootFolder
- A folder that shall be used for uploading files at the remote repository.@Nonnull public AttachmentsContext groups(@Nonnull Map<String,AttachmentsContextGroups> groups)
AttachmentsContext
instance and return the same instance.groups
- A map of groups allowing to semantically separate attachments. The key is the group name.AttachmentsContext
class@Nonnull public AttachmentsContext putGroupsItem(@Nonnull String key, @Nonnull AttachmentsContextGroups groupsItem)
AttachmentsContext
instance.key
- The String key of this Groups instancegroupsItem
- The Groups that should be added under the given keyAttachmentsContext
@Nonnull public Map<String,AttachmentsContextGroups> getGroups()
AttachmentsContext
instance.public void setGroups(@Nonnull Map<String,AttachmentsContextGroups> groups)
AttachmentsContext
instance.groups
- A map of groups allowing to semantically separate attachments. The key is the group name.Copyright © 2020 SAP SE. All rights reserved.