Class Group

  • All Implemented Interfaces:
    java.io.Serializable

    public class Group
    extends Identity
    implements java.io.Serializable
    An identity of a user group <p>Java class for anonymous complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType&gt; &lt;complexContent&gt; &lt;extension base="{http://flower.com/docs/domain/security}Identity"&gt; &lt;sequence&gt; &lt;element name="members" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;/extension&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form
    • Field Detail

      • members

        protected java.util.List<java.lang.String> members
    • Constructor Detail

      • Group

        public Group()
        Default no-arg constructor abc
      • Group

        public Group​(Id id,
                     java.lang.String displayName,
                     java.lang.String mail,
                     java.util.List<Id> groups,
                     java.util.List<Id> profiles,
                     java.util.List<IdentityAttribute> attributes,
                     java.util.List<java.lang.String> members)
        Fully-initialising value constructor
    • Method Detail

      • getMembers

        public java.util.List<java.lang.String> getMembers()
        Gets the value of the members property. <p> This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a <CODE>set</CODE> method for the members property. <p> For example, to add a new item, do as follows: <pre> getMembers().add(newItem); </pre> <p> Objects of the following type(s) are allowed in the list String
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • setMembers

        public void setMembers​(java.util.List<java.lang.String> value)