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