Class UserPatchRequest
- java.lang.Object
-
- io.jans.configapi.plugin.mgt.model.user.UserPatchRequest
-
- All Implemented Interfaces:
Serializable
public class UserPatchRequest extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UserPatchRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<io.jans.orm.model.base.CustomObjectAttribute>
getCustomAttributes()
String
getJsonPatchString()
void
setCustomAttributes(List<io.jans.orm.model.base.CustomObjectAttribute> customAttributes)
void
setJsonPatchString(String jsonPatchString)
String
toString()
-
-
-
Method Detail
-
getJsonPatchString
public String getJsonPatchString()
-
setJsonPatchString
public void setJsonPatchString(String jsonPatchString)
-
getCustomAttributes
public List<io.jans.orm.model.base.CustomObjectAttribute> getCustomAttributes()
-
setCustomAttributes
public void setCustomAttributes(List<io.jans.orm.model.base.CustomObjectAttribute> customAttributes)
-
-