Class TenantSelectorType

  • All Implemented Interfaces:
    Containerable, Serializable, Cloneable

    public class TenantSelectorType
    extends Object
    implements Serializable, Cloneable, Containerable
    Selects an object by comparing tenant information.

    Java class for TenantSelectorType complex type.

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

     <complexType name="TenantSelectorType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="sameAsSubject" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="includeTenantOrg" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
           </sequence>
           <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" />
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form