Class SaveGroupMembersRequest

  • All Implemented Interfaces:
    Serializable

    public class SaveGroupMembersRequest
    extends Object
    implements Serializable

    Java class for anonymous complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="executionUser" type="{http://www.iknowbase.com/ws/iknowbase-2}userReference"/>
             <element name="operation" type="{http://www.iknowbase.com/ws/iknowbase-2}saveOperationEnumeration"/>
             <element name="groupReference" type="{http://www.iknowbase.com/ws/iknowbase-2}objectReference"/>
             <element name="groupMembers">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="groupMember" type="{http://www.iknowbase.com/ws/iknowbase-2}userReference" maxOccurs="unbounded" minOccurs="0"/>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form