com.ibm.twss.spm.admin.req
Class CreateRequestersRequest

java.lang.Object
  extended by com.ibm.twss.spm.admin.req.CreateRequestersRequest
All Implemented Interfaces:
java.io.Serializable

public class CreateRequestersRequest
extends java.lang.Object
implements java.io.Serializable

Create requesters request message. This message indicates the list of requesters to create in the service policy management system.

Create requesters request message type.

definitions

List of requester definitions to create. Each definition has a definition type that indicates whether an entry in the list describes an individual requester or a requester group. The parent group is mandatory for each entry in the list during creation.

See Also:
Serialized Form

Constructor Summary
CreateRequestersRequest()
           
 
Method Summary
 RequesterDefinitionList getDefinitions()
           
 void setDefinitions(RequesterDefinitionList definitions)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateRequestersRequest

public CreateRequestersRequest()
Method Detail

getDefinitions

public RequesterDefinitionList getDefinitions()

setDefinitions

public void setDefinitions(RequesterDefinitionList definitions)


Copyright © IBM Corp. All Rights Reserved.