public class CollectionRequestContext extends RequestContext
Constructor and Description |
---|
CollectionRequestContext(UUID collectionRequestGuid,
Collection.UserCollectionType userCollectionType,
String message) |
CollectionRequestContext(UUID collectionRequestGuid,
String message) |
Modifier and Type | Method and Description |
---|---|
UUID |
getCollectionRequestGuid() |
Collection.UserCollectionType |
getUserCollectionType() |
void |
setCollectionRequestGuid(UUID collectionRequestGuid) |
void |
setUserCollectionType(Collection.UserCollectionType userCollectionType) |
List<org.apache.http.NameValuePair> |
toNameValuePairs() |
getMessage, setMessage
public CollectionRequestContext(UUID collectionRequestGuid, String message) throws EQServiceException
EQServiceException
public CollectionRequestContext(UUID collectionRequestGuid, Collection.UserCollectionType userCollectionType, String message) throws EQServiceException
EQServiceException
public UUID getCollectionRequestGuid()
public void setCollectionRequestGuid(UUID collectionRequestGuid)
public Collection.UserCollectionType getUserCollectionType()
public void setUserCollectionType(Collection.UserCollectionType userCollectionType)
public List<org.apache.http.NameValuePair> toNameValuePairs()
toNameValuePairs
in interface NameValuePairCollection
toNameValuePairs
in class RequestContext
Copyright © 2014 Equilibrium. All rights reserved.