|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.gentics.contentnode.rest.model.request.PagePublishRequest
public class PagePublishRequest
Request for publishing a page
Constructor Summary | |
---|---|
PagePublishRequest()
Empty constructor |
Method Summary | |
---|---|
int |
getAt()
Get the timestamp to publish the page at a specific time, 0 for publishing the page immediately |
String |
getMessage()
Get the message |
boolean |
isAlllang()
Get true if all languages shall be published, false if not |
void |
setAlllang(boolean alllang)
Set whether all languages shall be published |
void |
setAt(int at)
Set timestamp to publish the page at a specific timestamp, 0 for publishing the page immediately |
void |
setMessage(String message)
Set the message |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PagePublishRequest()
Method Detail |
---|
public String getMessage()
public boolean isAlllang()
public int getAt()
public void setMessage(String message)
message
- messagepublic void setAlllang(boolean alllang)
alllang
- true if all language variants shall be published, false if notpublic void setAt(int at)
at
- timestamp or -1
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |