ListPersonGroupsOptionalParameter Class

  • java.lang.Object
    • com.microsoft.azure.cognitiveservices.vision.faceapi.models.ListPersonGroupsOptionalParameter

public class ListPersonGroupsOptionalParameter

The ListPersonGroupsOptionalParameter model.

Method Summary

Modifier and Type Method and Description
String start()

Get the start value.

String thisclientacceptLanguage()

Get the thisclientacceptLanguage value.

Integer top()

Get the top value.

ListPersonGroupsOptionalParameter withStart(String start)

Set the start value.

ListPersonGroupsOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

Set the thisclientacceptLanguage value.

ListPersonGroupsOptionalParameter withTop(Integer top)

Set the top value.

Method Details

start

public String start()

Get the start value.

Returns:

the start value

thisclientacceptLanguage

public String thisclientacceptLanguage()

Get the thisclientacceptLanguage value.

Returns:

the thisclientacceptLanguage value

top

public Integer top()

Get the top value.

Returns:

the top value

withStart

public ListPersonGroupsOptionalParameter withStart(String start)

Set the start value.

Parameters:

start - the start value to set

Returns:

the ListPersonGroupsOptionalParameter object itself.

withThisclientacceptLanguage

public ListPersonGroupsOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

Set the thisclientacceptLanguage value.

Parameters:

thisclientacceptLanguage - the thisclientacceptLanguage value to set

Returns:

the ListPersonGroupsOptionalParameter object itself.

withTop

public ListPersonGroupsOptionalParameter withTop(Integer top)

Set the top value.

Parameters:

top - the top value to set

Returns:

the ListPersonGroupsOptionalParameter object itself.

Applies to