Class SetLanguageRequest
- java.lang.Object
-
- com.gentics.contentnode.rest.model.request.SetLanguageRequest
-
public class SetLanguageRequest extends Object
Request to set the session language
-
-
Constructor Summary
Constructors Constructor Description SetLanguageRequest()
Create an empty instance
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCode()
Get the language codevoid
setCode(String code)
Set the language code
-
-
-
Field Detail
-
code
protected String code
Language code of the language to be set
-
-