ListManagementTerms.ListManagementTermsGetAllTermsDefinitionStages.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
ListManagementTermsGetAllTermsDefinitionStages.WithExecute withLimit(Integer limit)

The max limit.

ListManagementTermsGetAllTermsDefinitionStages.WithExecute withOffset(Integer offset)

The pagination start index.

Method Details

withLimit

public ListManagementTermsGetAllTermsDefinitionStages.WithExecute withLimit(Integer limit)

The max limit.

Parameters:

limit

Returns:

next definition stage

withOffset

public ListManagementTermsGetAllTermsDefinitionStages.WithExecute withOffset(Integer offset)

The pagination start index.

Parameters:

offset

Returns:

next definition stage

Applies to