Class BatchRequestItem
- java.lang.Object
-
- org.apache.syncope.common.rest.api.batch.BatchItem
-
- org.apache.syncope.common.rest.api.batch.BatchRequestItem
-
- All Implemented Interfaces:
Serializable
public class BatchRequestItem extends BatchItem
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BatchRequestItem()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getMethod()
String
getQueryString()
String
getRequestURI()
void
setMethod(String method)
void
setQueryString(String queryString)
void
setRequestURI(String requestURI)
String
toString()
-
Methods inherited from class org.apache.syncope.common.rest.api.batch.BatchItem
equals, getContent, getHeaders, hashCode, setContent, setHeaders
-
-
-
-
Method Detail
-
getMethod
public String getMethod()
-
setMethod
public void setMethod(String method)
-
getRequestURI
public String getRequestURI()
-
setRequestURI
public void setRequestURI(String requestURI)
-
getQueryString
public String getQueryString()
-
setQueryString
public void setQueryString(String queryString)
-
-