|
|||||||||
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.
Nested Class Summary | |
---|---|
static class |
Publishing._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them. |
Field Summary | |
---|---|
static java.util.Map<Publishing._Fields,FieldMetaData> |
metaDataMap
|
Constructor Summary | |
---|---|
Publishing()
|
|
Publishing(Publishing other)
Performs a deep copy on other. |
Method Summary | |
---|---|
void |
clear()
|
int |
compareTo(Publishing other)
|
Publishing |
deepCopy()
|
boolean |
equals(java.lang.Object that)
|
boolean |
equals(Publishing that)
|
Publishing._Fields |
fieldForId(int fieldId)
|
java.lang.Object |
getFieldValue(Publishing._Fields field)
|
NoteSortOrder |
getOrder()
|
java.lang.String |
getPublicDescription()
|
java.lang.String |
getUri()
|
int |
hashCode()
|
boolean |
isAscending()
|
boolean |
isSet(Publishing._Fields field)
Returns true if field corresponding to fieldID is set (has been asigned a value) and false otherwise |
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(TProtocol iprot)
|
void |
setAscending(boolean ascending)
|
void |
setAscendingIsSet(boolean value)
|
void |
setFieldValue(Publishing._Fields field,
java.lang.Object 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(TProtocol oprot)
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.util.Map<Publishing._Fields,FieldMetaData> metaDataMap
Constructor Detail |
---|
public Publishing()
public Publishing(Publishing other)
Method Detail |
---|
public Publishing deepCopy()
public void clear()
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()
NoteSortOrder
public void setOrder(NoteSortOrder order)
NoteSortOrder
public 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 void setFieldValue(Publishing._Fields field, java.lang.Object value)
public java.lang.Object getFieldValue(Publishing._Fields field)
public boolean isSet(Publishing._Fields field)
public boolean equals(java.lang.Object that)
equals
in class java.lang.Object
public boolean equals(Publishing that)
public int hashCode()
hashCode
in class java.lang.Object
public int compareTo(Publishing other)
public Publishing._Fields fieldForId(int fieldId)
public void read(TProtocol iprot) throws TException
TException
public void write(TProtocol oprot) throws TException
TException
public java.lang.String toString()
toString
in class java.lang.Object
public void validate() throws TException
TException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |