Interface GroupContract.UpdateStages.WithDisplayName

All Known Subinterfaces:
GroupContract.Update
Enclosing interface:
GroupContract.UpdateStages

public static interface GroupContract.UpdateStages.WithDisplayName
The stage of the GroupContract update allowing to specify displayName.
  • Method Details

    • withDisplayName

      GroupContract.Update withDisplayName(String displayName)
      Specifies the displayName property: Group name..
      Parameters:
      displayName - Group name.
      Returns:
      the next definition stage.