|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.gentics.contentnode.rest.model.request.SetLanguageRequest
public class SetLanguageRequest
Request to set the session language
Field Summary | |
---|---|
protected String |
code
Language code of the language to be set |
Constructor Summary | |
---|---|
SetLanguageRequest()
Create an empty instance |
Method Summary | |
---|---|
String |
getCode()
Get the language code |
void |
setCode(String code)
Set the language code |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String code
Constructor Detail |
---|
public SetLanguageRequest()
Method Detail |
---|
public String getCode()
public void setCode(String code)
code
- language code
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |