ListPersonGroupPersonsOptionalParameter Class

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

public class ListPersonGroupPersonsOptionalParameter

The ListPersonGroupPersonsOptionalParameter 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.

ListPersonGroupPersonsOptionalParameter withStart(String start)

Set the start value.

ListPersonGroupPersonsOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

Set the thisclientacceptLanguage value.

ListPersonGroupPersonsOptionalParameter 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 ListPersonGroupPersonsOptionalParameter withStart(String start)

Set the start value.

Parameters:

start - the start value to set

Returns:

the ListPersonGroupPersonsOptionalParameter object itself.

withThisclientacceptLanguage

public ListPersonGroupPersonsOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

Set the thisclientacceptLanguage value.

Parameters:

thisclientacceptLanguage - the thisclientacceptLanguage value to set

Returns:

the ListPersonGroupPersonsOptionalParameter object itself.

withTop

public ListPersonGroupPersonsOptionalParameter withTop(Integer top)

Set the top value.

Parameters:

top - the top value to set

Returns:

the ListPersonGroupPersonsOptionalParameter object itself.

Applies to