Package com.cbe
Class Subscribe
java.lang.Object
com.cbe.Subscribe
Managing a subscribed Item.
To inspect the settings of a subscription.
To inspect the settings of a subscription.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddelete()voidfinalize()static longlonggetDate()Gets the date as unix epoch numberGets the descriptionlonggetOwner()Gets the owner id numberGets the passwordGets the privacy
see cbe::PublishVisibility enumlongGets the publish id numberGets the security
see cbe::PublishAccess enumlongGets the subscribe id numbergetTitle()Gets the titlevoidunSubscribe to this subscription.
-
Field Details
-
swigCMemOwn
protected transient boolean swigCMemOwn
-
-
Constructor Details
-
Subscribe
public Subscribe(long cPtr, boolean cMemoryOwn) -
Subscribe
-
-
Method Details
-
getCPtr
-
finalize
public void finalize() -
delete
public void delete() -
getDate
public long getDate()Gets the date as unix epoch number -
getTitle
Gets the title -
getDescription
Gets the description -
getPassword
Gets the password -
getSecurity
Gets the security
see cbe::PublishAccess enum -
getPrivacy
Gets the privacy
see cbe::PublishVisibility enum -
getSubscribeId
public long getSubscribeId()Gets the subscribe id number -
getPublishId
public long getPublishId()Gets the publish id number -
getOwner
public long getOwner()Gets the owner id number -
unSubscribe
public void unSubscribe()unSubscribe to this subscription.
-