PersonGroups.PersonGroupsListDefinitionStages.WithAllOptions Interface

public interface WithAllOptions

The stage of the definition which allows for any other optional settings to be specified.

Method Summary

Modifier and Type Method and Description
PersonGroupsListDefinitionStages.WithExecute withStart(String start)

List person groups from the least personGroupId greater than the "start".

PersonGroupsListDefinitionStages.WithExecute withTop(Integer top)

The number of person groups to list.

Method Details

withStart

public PersonGroupsListDefinitionStages.WithExecute withStart(String start)

List person groups from the least personGroupId greater than the "start".

Parameters:

start

Returns:

next definition stage

withTop

public PersonGroupsListDefinitionStages.WithExecute withTop(Integer top)

The number of person groups to list.

Parameters:

top

Returns:

next definition stage

Applies to