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.
How To Publish a Notebook from Evernote In this video I show you how to find notes that you have previously tagged and move them into a new notebook. Then you publish the notebook and share your public link. Step 2: Click on the option Share this notebook to start sharing. Step 3: You can now opt for two kinds of sharing. You can either create a unique sharing link for the notebook and share it with.
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 |
---|
Method Detail |
---|
com.evernote.thrift.TBase
deepCopy
in interface com.evernote.thrift.TBase<Publishing>
com.evernote.thrift.TBase
clear
in interface com.evernote.thrift.TBase<Publishing>
NoteSortOrder
NoteSortOrder
equals
in class java.lang.Object
hashCode
in class java.lang.Object
compareTo
in interface java.lang.Comparable<Publishing>
com.evernote.thrift.TBase
read
in interface com.evernote.thrift.TBase<Publishing>
iprot
- Input protocolcom.evernote.thrift.TException
com.evernote.thrift.TBase
write
in interface com.evernote.thrift.TBase<Publishing>
oprot
- Output protocolcom.evernote.thrift.TException
toString
in class java.lang.Object
com.evernote.thrift.TException
Overview | Package | Class | Tree | Deprecated | Index | Help |