Class Conversation.PushSettings

java.lang.Object
api.longpoll.bots.model.objects.basic.Conversation.PushSettings
Enclosing class:
Conversation

public static class Conversation.PushSettings extends Object
Describes push-notifications settings.
  • Constructor Details

    • PushSettings

      public PushSettings()
  • Method Details

    • getDisabledUntil

      public Integer getDisabledUntil()
    • setDisabledUntil

      public void setDisabledUntil(Integer disabledUntil)
    • getDisableForever

      public Boolean getDisableForever()
    • setDisableForever

      public void setDisableForever(Boolean disableForever)
    • getNoSound

      public Boolean getNoSound()
    • setNoSound

      public void setNoSound(Boolean noSound)
    • toString

      public String toString()
      Overrides:
      toString in class Object