Class CopyValuelistRequest

  • All Implemented Interfaces:
    Serializable

    public class CopyValuelistRequest
    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="valuelistReference" type="{http://www.iknowbase.com/ws/iknowbase-2}objectReference"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • CopyValuelistRequest

        public CopyValuelistRequest()
        Default no-arg constructor
      • CopyValuelistRequest

        public CopyValuelistRequest​(UserReference executionUser,
                                    ObjectReference valuelistReference)
        Fully-initialising value constructor