Package com.cbe

Class Subscribe

java.lang.Object
com.cbe.Subscribe

public class Subscribe extends Object
Managing a subscribed Item.
To inspect the settings of a subscription.
  • Field Details

    • swigCMemOwn

      protected transient boolean swigCMemOwn
  • Constructor Details

    • Subscribe

      public Subscribe(long cPtr, boolean cMemoryOwn)
    • Subscribe

      public Subscribe(DefaultCtor arg0)
  • Method Details

    • getCPtr

      public static long getCPtr(Subscribe obj)
    • finalize

      public void finalize()
      Overrides:
      finalize in class Object
    • delete

      public void delete()
    • getDate

      public long getDate()
      Gets the date as unix epoch number
    • getTitle

      public String getTitle()
      Gets the title
    • getDescription

      public String getDescription()
      Gets the description
    • getPassword

      public String getPassword()
      Gets the password
    • getSecurity

      public PublishAccess getSecurity()
      Gets the security
      see cbe::PublishAccess enum
    • getPrivacy

      public PublishVisibility 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.