Interface CreateGroupResponse

All Known Implementing Classes:
CreateGroupResponseImpl

public interface CreateGroupResponse
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the description of the created group.
    Returns the ID of the created group.
    Returns the name of the created group.
  • Method Details

    • getGroupId

      String getGroupId()
      Returns the ID of the created group.
      Returns:
      the ID of the created group.
    • getName

      String getName()
      Returns the name of the created group.
      Returns:
      the name of the created group.
    • getDescription

      String getDescription()
      Returns the description of the created group.
      Returns:
      the description of the created group.