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:
  • Constructor Details

    • UserPatchRequest

      public UserPatchRequest()
  • Method Details

    • 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)
    • toString

      public String toString()
      Overrides:
      toString in class Object