Interface ICustomizationUsersGroups

  • All Superinterfaces:
    com4j.Com4jObject
    All Known Subinterfaces:
    ICustomizationUsersGroups2

    public interface ICustomizationUsersGroups
    extends com4j.Com4jObject
    Services for managing the collection of all CustomizationUsersGroup objects.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com4j.Com4jObject addGroup​(java.lang.String name)
      Adds a new CustomizationUsersGroup to the collection.
      com4j.Com4jObject group​(java.lang.String name)
      Gets the specified user group.
      IList groups()
      The list of CustomizationUsersGroup objects.
      java.lang.Object groups​(int index)  
      void removeGroup​(java.lang.String name)
      Removes a CustomizationUsersGroup object.
      • Methods inherited from interface com4j.Com4jObject

        advise, dispose, equals, getComThread, getIUnknownPointer, getPointer, getPtr, hashCode, is, queryInterface, setName, toString
    • Method Detail

      • addGroup

        com4j.Com4jObject addGroup​(java.lang.String name)

        Adds a new CustomizationUsersGroup to the collection.

        Parameters:
        name - Mandatory java.lang.String parameter.
        Returns:
        Returns a value of type com4j.Com4jObject
      • group

        com4j.Com4jObject group​(java.lang.String name)

        Gets the specified user group.

        Getter method for the COM property "Group"

        Parameters:
        name - Mandatory java.lang.String parameter.
        Returns:
        Returns a value of type com4j.Com4jObject
      • removeGroup

        void removeGroup​(java.lang.String name)

        Removes a CustomizationUsersGroup object.

        Parameters:
        name - Mandatory java.lang.String parameter.
      • groups

        IList groups()

        The list of CustomizationUsersGroup objects.

        Getter method for the COM property "Groups"

        Returns:
        Returns a value of type otaclient.IList
      • groups

        java.lang.Object groups​(int index)