Platform SDK Java 8.5 API Reference

com.genesyslab.platform.management.protocol.messageserver.requests.subscription
Class RequestUnsubscribeAll

java.lang.Object
  extended by com.genesyslab.platform.commons.protocol.DataObject
      extended by com.genesyslab.platform.commons.protocol.Message
          extended by com.genesyslab.platform.management.protocol.messageserver.requests.subscription.RequestUnsubscribeAll
All Implemented Interfaces:
ProtocolDescriptionSupport

public abstract class RequestUnsubscribeAll
extends Message

Removes all subscriptions


Field Summary
static int ID
           
static java.lang.String NAME
           
 
Method Summary
static RequestUnsubscribeAll create()
          Creates instance of RequestUnsubscribeAll with no parameters set.
static RequestUnsubscribeAll create(MessagePriority priority)
          Creates instance of RequestUnsubscribeAll with all parameters set.
abstract  MessagePriority getPriority()
          Priority of the message
abstract  void setPriority(MessagePriority priority)
          Priority of the message
 
Methods inherited from class com.genesyslab.platform.commons.protocol.Message
cloneMessage, getEndpoint, getMessageAttribute, getProtocolDescription, getProtocolId, messageId, messageName, setProtocolDescription
 
Methods inherited from class com.genesyslab.platform.commons.protocol.DataObject
equals, hashCode, toString, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

ID

public static final int ID
See Also:
Constant Field Values

NAME

public static final java.lang.String NAME
See Also:
Constant Field Values
Method Detail

create

public static RequestUnsubscribeAll create()
Creates instance of RequestUnsubscribeAll with no parameters set.

Returns:
instance of RequestUnsubscribeAll

create

public static RequestUnsubscribeAll create(MessagePriority priority)
Creates instance of RequestUnsubscribeAll with all parameters set.

Parameters:
priority - Priority of the message
Returns:
instance of RequestUnsubscribeAll

getPriority

public abstract MessagePriority getPriority()
Priority of the message

Returns:
property value

setPriority

public abstract void setPriority(MessagePriority priority)
Priority of the message

Parameters:
priority - new value of the property

Platform SDK Java 8.5 API Reference

Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 8.5.302.00
Copyright © 2006–2017 Genesys Telecommunications Laboratories, Inc. All rights reserved.