PersonGroupPersons.PersonGroupPersonsListDefinitionStages.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
PersonGroupPersonsListDefinitionStages.WithExecute withStart(String start)

Starting person id to return (used to list a range of persons).

PersonGroupPersonsListDefinitionStages.WithExecute withTop(Integer top)

Number of persons to return starting with the person id indicated by the 'start' parameter.

Method Details

withStart

public PersonGroupPersonsListDefinitionStages.WithExecute withStart(String start)

Starting person id to return (used to list a range of persons).

Parameters:

start

Returns:

next definition stage

withTop

public PersonGroupPersonsListDefinitionStages.WithExecute withTop(Integer top)

Number of persons to return starting with the person id indicated by the 'start' parameter.

Parameters:

top

Returns:

next definition stage

Applies to