Class SCIMGeneralConf
- java.lang.Object
-
- org.apache.syncope.common.lib.scim.SCIMGeneralConf
-
- All Implemented Interfaces:
Serializable
public class SCIMGeneralConf extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SCIMGeneralConf()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getBulkMaxOperations()
int
getBulkMaxPayloadSize()
OffsetDateTime
getCreationDate()
String
getETagValue()
int
getFilterMaxResults()
OffsetDateTime
getLastChangeDate()
void
setBulkMaxOperations(int bulkMaxOperations)
void
setBulkMaxPayloadSize(int bulkMaxPayloadSize)
void
setCreationDate(OffsetDateTime creationDate)
void
setFilterMaxResults(int filterMaxResults)
void
setLastChangeDate(OffsetDateTime lastChangeDate)
-
-
-
Method Detail
-
getCreationDate
public OffsetDateTime getCreationDate()
-
setCreationDate
public void setCreationDate(OffsetDateTime creationDate)
-
getLastChangeDate
public OffsetDateTime getLastChangeDate()
-
setLastChangeDate
public void setLastChangeDate(OffsetDateTime lastChangeDate)
-
getETagValue
public String getETagValue()
-
getBulkMaxOperations
public int getBulkMaxOperations()
-
setBulkMaxOperations
public void setBulkMaxOperations(int bulkMaxOperations)
-
getBulkMaxPayloadSize
public int getBulkMaxPayloadSize()
-
setBulkMaxPayloadSize
public void setBulkMaxPayloadSize(int bulkMaxPayloadSize)
-
getFilterMaxResults
public int getFilterMaxResults()
-
setFilterMaxResults
public void setFilterMaxResults(int filterMaxResults)
-
-