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.

uri
If this field is present, then the notebook is published for mass consumption on the Internet under the provided URI, which is relative to a defined base publishing URI defined by the service. This field can only be modified via the web service GUI ... publishing cannot be modified via an offline client.
Length: EDAM_PUBLISHING_URI_LEN_MIN - EDAM_PUBLISHING_URI_LEN_MAX
Regex: EDAM_PUBLISHING_URI_REGEX
order
When the notes are publicly displayed, they will be sorted based on the requested criteria.
ascending
If this is set to true, then the public notes will be displayed in ascending order (e.g. from oldest to newest). Otherwise, the notes will be displayed in descending order (e.g. newest to oldest).
publicDescription
This field may be used to provide a short description of the notebook, which may be displayed when (e.g.) the notebook is shown in a public view. Can't begin or end with a space.
Length: EDAM_PUBLISHING_DESCRIPTION_LEN_MIN - EDAM_PUBLISHING_DESCRIPTION_LEN_MAX
Regex: EDAM_PUBLISHING_DESCRIPTION_REGEX
See Also:
Serialized Form
Evernote
Constructor Summary
Publishing()
Publishing(Publishing other)
Performs a deep copy on other.
Method Summary
voidclear()
Return to the state of having just been initialized, as though you had just called the default constructor.
intcompareTo(Publishing other)
PublishingdeepCopy()
Creates a deep copy of the object.
booleanequals(java.lang.Object that)
booleanequals(Publishing that)
NoteSortOrdergetOrder()
java.lang.StringgetPublicDescription()
java.lang.StringgetUri()
inthashCode()
booleanisAscending()
booleanisSetAscending()
Returns true if field ascending is set (has been asigned a value) and false otherwise
booleanisSetOrder()
Returns true if field order is set (has been asigned a value) and false otherwise
booleanisSetPublicDescription()
Returns true if field publicDescription is set (has been asigned a value) and false otherwise
booleanisSetUri()
Returns true if field uri is set (has been asigned a value) and false otherwise
voidread(com.evernote.thrift.protocol.TProtocol iprot)
Reads an instance of the object from the given protocol.
voidsetAscending(boolean ascending)
voidsetAscendingIsSet(boolean value)
voidsetOrder(NoteSortOrder order)
voidsetOrderIsSet(boolean value)
voidsetPublicDescription(java.lang.String publicDescription)
voidsetPublicDescriptionIsSet(boolean value)
voidsetUri(java.lang.String uri)
voidsetUriIsSet(boolean value)
java.lang.StringtoString()
voidunsetAscending()
voidunsetOrder()
voidunsetPublicDescription()
voidunsetUri()
voidvalidate()
voidwrite(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

Publishing

Publishing

Performs a deep copy on other.
Method Detail

deepCopy

Description copied from interface: com.evernote.thrift.TBase
Creates a deep copy of the object.
Specified by:
deepCopy in interface com.evernote.thrift.TBase<Publishing>

clear

Description copied from interface: com.evernote.thrift.TBase
Return to the state of having just been initialized, as though you had just called the default constructor.
Specified by:
clear in interface com.evernote.thrift.TBase<Publishing>

getUri

setUri

unsetUri

isSetUri

Returns true if field uri is set (has been asigned a value) and false otherwise

setUriIsSet

getOrder

See Also:
NoteSortOrder

setOrder

See Also:
NoteSortOrder

unsetOrder

isSetOrder

Returns true if field order is set (has been asigned a value) and false otherwise

Evernote Publish Notebook App

setOrderIsSet

isAscending

setAscending

unsetAscending

isSetAscending

Returns true if field ascending is set (has been asigned a value) and false otherwise

setAscendingIsSet

getPublicDescription

setPublicDescription

unsetPublicDescription

Evernote Publish Notebook

Evernote Delete Notebook

isSetPublicDescription

Returns true if field publicDescription is set (has been asigned a value) and false otherwise

setPublicDescriptionIsSet

equals

Overrides:
equals in class java.lang.Object

equals

hashCode

Overrides:
hashCode in class java.lang.Object

compareTo

Evernote Publish Notebook
Specified by:
compareTo in interface java.lang.Comparable<Publishing>

read

Description copied from interface: com.evernote.thrift.TBase
Reads an instance of the object from the given protocol.
Specified by:
read in interface com.evernote.thrift.TBase<Publishing>
Parameters:
iprot - Input protocol
Throws:
com.evernote.thrift.TException

write

Description copied from interface: com.evernote.thrift.TBase
Writes the object to the given protocol.
Specified by:
write in interface com.evernote.thrift.TBase<Publishing>
Parameters:
oprot - Output protocol
Throws:
com.evernote.thrift.TException

toString

Overrides:
toString in class java.lang.Object

validate

Throws:
com.evernote.thrift.TException

Evernote Publish Notebook

OverviewPackageClassTreeDeprecatedIndexHelp
FRAMESNO FRAMESAll Classes SUMMARY: NESTED | FIELD | CONSTR | METHODDETAIL: FIELD | CONSTR | METHOD