|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.evernote.edam.type.LinkedNotebook
public class LinkedNotebook
A link in an users account that refers them to a public or individual share in another user's account.
Constructor Summary | |
---|---|
LinkedNotebook()
|
|
LinkedNotebook(LinkedNotebook 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(LinkedNotebook other)
|
LinkedNotebook |
deepCopy()
Creates a deep copy of the object. |
boolean |
equals(LinkedNotebook that)
|
boolean |
equals(java.lang.Object that)
|
int |
getBusinessId()
|
java.lang.String |
getGuid()
|
java.lang.String |
getNoteStoreUrl()
|
java.lang.String |
getShardId()
|
java.lang.String |
getShareKey()
|
java.lang.String |
getShareName()
|
java.lang.String |
getStack()
|
int |
getUpdateSequenceNum()
|
java.lang.String |
getUri()
|
java.lang.String |
getUsername()
|
java.lang.String |
getWebApiUrlPrefix()
|
int |
hashCode()
|
boolean |
isSetBusinessId()
Returns true if field businessId is set (has been asigned a value) and false otherwise |
boolean |
isSetGuid()
Returns true if field guid is set (has been asigned a value) and false otherwise |
boolean |
isSetNoteStoreUrl()
Returns true if field noteStoreUrl is set (has been asigned a value) and false otherwise |
boolean |
isSetShardId()
Returns true if field shardId is set (has been asigned a value) and false otherwise |
boolean |
isSetShareKey()
Returns true if field shareKey is set (has been asigned a value) and false otherwise |
boolean |
isSetShareName()
Returns true if field shareName is set (has been asigned a value) and false otherwise |
boolean |
isSetStack()
Returns true if field stack is set (has been asigned a value) and false otherwise |
boolean |
isSetUpdateSequenceNum()
Returns true if field updateSequenceNum 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 |
boolean |
isSetUsername()
Returns true if field username is set (has been asigned a value) and false otherwise |
boolean |
isSetWebApiUrlPrefix()
Returns true if field webApiUrlPrefix 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 |
setBusinessId(int businessId)
|
void |
setBusinessIdIsSet(boolean value)
|
void |
setGuid(java.lang.String guid)
|
void |
setGuidIsSet(boolean value)
|
void |
setNoteStoreUrl(java.lang.String noteStoreUrl)
|
void |
setNoteStoreUrlIsSet(boolean value)
|
void |
setShardId(java.lang.String shardId)
|
void |
setShardIdIsSet(boolean value)
|
void |
setShareKey(java.lang.String shareKey)
|
void |
setShareKeyIsSet(boolean value)
|
void |
setShareName(java.lang.String shareName)
|
void |
setShareNameIsSet(boolean value)
|
void |
setStack(java.lang.String stack)
|
void |
setStackIsSet(boolean value)
|
void |
setUpdateSequenceNum(int updateSequenceNum)
|
void |
setUpdateSequenceNumIsSet(boolean value)
|
void |
setUri(java.lang.String uri)
|
void |
setUriIsSet(boolean value)
|
void |
setUsername(java.lang.String username)
|
void |
setUsernameIsSet(boolean value)
|
void |
setWebApiUrlPrefix(java.lang.String webApiUrlPrefix)
|
void |
setWebApiUrlPrefixIsSet(boolean value)
|
java.lang.String |
toString()
|
void |
unsetBusinessId()
|
void |
unsetGuid()
|
void |
unsetNoteStoreUrl()
|
void |
unsetShardId()
|
void |
unsetShareKey()
|
void |
unsetShareName()
|
void |
unsetStack()
|
void |
unsetUpdateSequenceNum()
|
void |
unsetUri()
|
void |
unsetUsername()
|
void |
unsetWebApiUrlPrefix()
|
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 LinkedNotebook()
public LinkedNotebook(LinkedNotebook other)
Method Detail |
---|
public LinkedNotebook deepCopy()
com.evernote.thrift.TBase
deepCopy
in interface com.evernote.thrift.TBase<LinkedNotebook>
public void clear()
com.evernote.thrift.TBase
clear
in interface com.evernote.thrift.TBase<LinkedNotebook>
public java.lang.String getShareName()
public void setShareName(java.lang.String shareName)
public void unsetShareName()
public boolean isSetShareName()
public void setShareNameIsSet(boolean value)
public java.lang.String getUsername()
public void setUsername(java.lang.String username)
public void unsetUsername()
public boolean isSetUsername()
public void setUsernameIsSet(boolean value)
public java.lang.String getShardId()
public void setShardId(java.lang.String shardId)
public void unsetShardId()
public boolean isSetShardId()
public void setShardIdIsSet(boolean value)
public java.lang.String getShareKey()
public void setShareKey(java.lang.String shareKey)
public void unsetShareKey()
public boolean isSetShareKey()
public void setShareKeyIsSet(boolean value)
public java.lang.String getUri()
public void setUri(java.lang.String uri)
public void unsetUri()
public boolean isSetUri()
public void setUriIsSet(boolean value)
public java.lang.String getGuid()
public void setGuid(java.lang.String guid)
public void unsetGuid()
public boolean isSetGuid()
public void setGuidIsSet(boolean value)
public int getUpdateSequenceNum()
public void setUpdateSequenceNum(int updateSequenceNum)
public void unsetUpdateSequenceNum()
public boolean isSetUpdateSequenceNum()
public void setUpdateSequenceNumIsSet(boolean value)
public java.lang.String getNoteStoreUrl()
public void setNoteStoreUrl(java.lang.String noteStoreUrl)
public void unsetNoteStoreUrl()
public boolean isSetNoteStoreUrl()
public void setNoteStoreUrlIsSet(boolean value)
public java.lang.String getWebApiUrlPrefix()
public void setWebApiUrlPrefix(java.lang.String webApiUrlPrefix)
public void unsetWebApiUrlPrefix()
public boolean isSetWebApiUrlPrefix()
public void setWebApiUrlPrefixIsSet(boolean value)
public java.lang.String getStack()
public void setStack(java.lang.String stack)
public void unsetStack()
public boolean isSetStack()
public void setStackIsSet(boolean value)
public int getBusinessId()
public void setBusinessId(int businessId)
public void unsetBusinessId()
public boolean isSetBusinessId()
public void setBusinessIdIsSet(boolean value)
public boolean equals(java.lang.Object that)
equals
in class java.lang.Object
public boolean equals(LinkedNotebook that)
public int hashCode()
hashCode
in class java.lang.Object
public int compareTo(LinkedNotebook other)
compareTo
in interface java.lang.Comparable<LinkedNotebook>
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<LinkedNotebook>
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<LinkedNotebook>
oprot
- Output protocol
com.evernote.thrift.TException
public 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 |