public class CatalogUploadRequest
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected Attachment |
attachment |
protected AutoPublish |
autoPublish |
protected CatalogName |
catalogName |
protected Commodities |
commodities |
protected Description |
description |
protected Notification |
notification |
protected java.lang.String |
operation |
| Constructor and Description |
|---|
CatalogUploadRequest() |
| Modifier and Type | Method and Description |
|---|---|
Attachment |
getAttachment()
Gets the value of the attachment property.
|
AutoPublish |
getAutoPublish()
Gets the value of the autoPublish property.
|
CatalogName |
getCatalogName()
Gets the value of the catalogName property.
|
Commodities |
getCommodities()
Gets the value of the commodities property.
|
Description |
getDescription()
Gets the value of the description property.
|
Notification |
getNotification()
Gets the value of the notification property.
|
java.lang.String |
getOperation()
Gets the value of the operation property.
|
void |
setAttachment(Attachment value)
Sets the value of the attachment property.
|
void |
setAutoPublish(AutoPublish value)
Sets the value of the autoPublish property.
|
void |
setCatalogName(CatalogName value)
Sets the value of the catalogName property.
|
void |
setCommodities(Commodities value)
Sets the value of the commodities property.
|
void |
setDescription(Description value)
Sets the value of the description property.
|
void |
setNotification(Notification value)
Sets the value of the notification property.
|
void |
setOperation(java.lang.String value)
Sets the value of the operation property.
|
protected java.lang.String operation
protected CatalogName catalogName
protected Description description
protected Attachment attachment
protected Commodities commodities
protected AutoPublish autoPublish
protected Notification notification
public java.lang.String getOperation()
Stringpublic void setOperation(java.lang.String value)
value - allowed object is
Stringpublic CatalogName getCatalogName()
CatalogNamepublic void setCatalogName(CatalogName value)
value - allowed object is
CatalogNamepublic Description getDescription()
Descriptionpublic void setDescription(Description value)
value - allowed object is
Descriptionpublic Attachment getAttachment()
Attachmentpublic void setAttachment(Attachment value)
value - allowed object is
Attachmentpublic Commodities getCommodities()
Commoditiespublic void setCommodities(Commodities value)
value - allowed object is
Commoditiespublic AutoPublish getAutoPublish()
AutoPublishpublic void setAutoPublish(AutoPublish value)
value - allowed object is
AutoPublishpublic Notification getNotification()
Notificationpublic void setNotification(Notification value)
value - allowed object is
NotificationCopyright © 2018 SAP SE. All Rights Reserved.