Class BatchItem
- java.lang.Object
-
- org.apache.syncope.common.rest.api.batch.BatchItem
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BatchRequestItem
,BatchResponseItem
public abstract class BatchItem extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BatchItem()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
String
getContent()
Map<String,List<Object>>
getHeaders()
int
hashCode()
void
setContent(String content)
void
setHeaders(Map<String,List<Object>> headers)
String
toString()
-