public interface FetchAttachmentCmd extends AbstractFetchNounCmd
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
IBM Copyright notice field.
|
Modifier and Type | Method and Description |
---|---|
java.util.List | getAttachments()
This method returns a list of Attachments as the result of the fetch operation.
|
ShowType | getPagingParameter()
This method gets the paging parameters
|
ShowType | getShow()
Returns the show verb that represents the results returned.
|
void | setGet(GetType getVerb)
This method sets the get expression to base the fetch operation on.
|
void | setGetAttachment(GetAttachmentType getAttachment)
This method sets the GetAttachment.
|
void | setPagingParameter(ShowType aPagingParameter)
This method sets the paging parameters
|
static final java.lang.String COPYRIGHT
java.util.List getAttachments()
void setGetAttachment(GetAttachmentType getAttachment)
ShowType getPagingParameter()
void setPagingParameter(ShowType aPagingParameter)
ShowType getShow()
void setGet(GetType getVerb)