|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.evernote.edam.type.Publishing
public class Publishing
If a Notebook has been opened to the public, the Notebook will have a reference to one of these structures, which gives the location and optional description of the externally-visible public Notebook.
| Constructor Summary | |
|---|---|
Publishing()
|
|
Publishing(Publishing other)
Performs a deep copy on other. |
|
| Method Summary | |
|---|---|
void |
clear()
Return to the state of having just been initialized, as though you had just called the default constructor. |
int |
compareTo(Publishing other)
|
Publishing |
deepCopy()
Creates a deep copy of the object. |
boolean |
equals(java.lang.Object that)
|
boolean |
equals(Publishing that)
|
NoteSortOrder |
getOrder()
|
java.lang.String |
getPublicDescription()
|
java.lang.String |
getUri()
|
int |
hashCode()
|
boolean |
isAscending()
|
boolean |
isSetAscending()
Returns true if field ascending is set (has been asigned a value) and false otherwise |
boolean |
isSetOrder()
Returns true if field order is set (has been asigned a value) and false otherwise |
boolean |
isSetPublicDescription()
Returns true if field publicDescription is set (has been asigned a value) and false otherwise |
boolean |
isSetUri()
Returns true if field uri is set (has been asigned a value) and false otherwise |
void |
read(com.evernote.thrift.protocol.TProtocol iprot)
Reads an instance of the object from the given protocol. |
void |
setAscending(boolean ascending)
|
void |
setAscendingIsSet(boolean value)
|
void |
setOrder(NoteSortOrder order)
|
void |
setOrderIsSet(boolean value)
|
void |
setPublicDescription(java.lang.String publicDescription)
|
void |
setPublicDescriptionIsSet(boolean value)
|
void |
setUri(java.lang.String uri)
|
void |
setUriIsSet(boolean value)
|
java.lang.String |
toString()
|
void |
unsetAscending()
|
void |
unsetOrder()
|
void |
unsetPublicDescription()
|
void |
unsetUri()
|
void |
validate()
|
void |
write(com.evernote.thrift.protocol.TProtocol oprot)
Writes the object to the given protocol. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Publishing()
public Publishing(Publishing other)
| Method Detail |
|---|
public Publishing deepCopy()
com.evernote.thrift.TBase
deepCopy in interface com.evernote.thrift.TBase<Publishing>public void clear()
com.evernote.thrift.TBase
clear in interface com.evernote.thrift.TBase<Publishing>public java.lang.String getUri()
public void setUri(java.lang.String uri)
public void unsetUri()
public boolean isSetUri()
public void setUriIsSet(boolean value)
public NoteSortOrder getOrder()
NoteSortOrderpublic void setOrder(NoteSortOrder order)
NoteSortOrderpublic void unsetOrder()
public boolean isSetOrder()
public void setOrderIsSet(boolean value)
public boolean isAscending()
public void setAscending(boolean ascending)
public void unsetAscending()
public boolean isSetAscending()
public void setAscendingIsSet(boolean value)
public java.lang.String getPublicDescription()
public void setPublicDescription(java.lang.String publicDescription)
public void unsetPublicDescription()
public boolean isSetPublicDescription()
public void setPublicDescriptionIsSet(boolean value)
public boolean equals(java.lang.Object that)
equals in class java.lang.Objectpublic boolean equals(Publishing that)
public int hashCode()
hashCode in class java.lang.Objectpublic int compareTo(Publishing other)
compareTo in interface java.lang.Comparable<Publishing>
public void read(com.evernote.thrift.protocol.TProtocol iprot)
throws com.evernote.thrift.TException
com.evernote.thrift.TBase
read in interface com.evernote.thrift.TBase<Publishing>iprot - Input protocol
com.evernote.thrift.TException
public void write(com.evernote.thrift.protocol.TProtocol oprot)
throws com.evernote.thrift.TException
com.evernote.thrift.TBase
write in interface com.evernote.thrift.TBase<Publishing>oprot - Output protocol
com.evernote.thrift.TExceptionpublic java.lang.String toString()
toString in class java.lang.Object
public void validate()
throws com.evernote.thrift.TException
com.evernote.thrift.TException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||