Class PageFilenameSuggestResponse
- java.lang.Object
-
- com.gentics.contentnode.rest.model.response.GenericResponse
-
- com.gentics.contentnode.rest.model.response.page.PageFilenameSuggestResponse
-
- All Implemented Interfaces:
Serializable
public class PageFilenameSuggestResponse extends GenericResponse
Response containing the suggested fileName- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PageFilenameSuggestResponse()
Create instance
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getFileName()
Suggested fileNamePageFilenameSuggestResponse
setFileName(String fileName)
Set the suggested fileName-
Methods inherited from class com.gentics.contentnode.rest.model.response.GenericResponse
addMessage, getMessages, getResponseInfo, setMessages, setResponseInfo
-
-
-
-
Method Detail
-
getFileName
public String getFileName()
Suggested fileName- Returns:
- fileName
-
setFileName
public PageFilenameSuggestResponse setFileName(String fileName)
Set the suggested fileName- Parameters:
fileName
- fileName- Returns:
- fluent API
-
-