Class UsersnapResponse
- java.lang.Object
-
- com.gentics.contentnode.rest.model.response.GenericResponse
-
- com.gentics.contentnode.rest.model.response.UsersnapResponse
-
- All Implemented Interfaces:
Serializable
public class UsersnapResponse extends GenericResponse
Response containing the Usersnap settings- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UsersnapResponse()
Create an instance with response code "ok"
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode
getSettings()
Usersnap settingsUsersnapResponse
setSettings(com.fasterxml.jackson.databind.JsonNode settings)
Set Usersnap settings-
Methods inherited from class com.gentics.contentnode.rest.model.response.GenericResponse
addMessage, getMessages, getResponseInfo, setMessages, setResponseInfo
-
-
-
-
Method Detail
-
getSettings
public com.fasterxml.jackson.databind.JsonNode getSettings()
Usersnap settings- Returns:
- settings
-
setSettings
public UsersnapResponse setSettings(com.fasterxml.jackson.databind.JsonNode settings)
Set Usersnap settings- Parameters:
settings
- settings- Returns:
- fluent API
-
-