ListPersonGroupPersonsOptionalParameter Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. faceapi. models. ListPersonGroupPersonsOptionalParameter
- com.
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. |
List |
withStart(String start)
Set the start value. |
List |
withThisclientacceptLanguage(String thisclientacceptLanguage)
Set the thisclientacceptLanguage value. |
List |
withTop(Integer top)
Set the top value. |
Method Details
start
public String start()
Get the start value.
Returns:
thisclientacceptLanguage
public String thisclientacceptLanguage()
Get the thisclientacceptLanguage value.
Returns:
top
public Integer top()
Get the top value.
Returns:
withStart
public ListPersonGroupPersonsOptionalParameter withStart(String start)
Set the start value.
Parameters:
Returns:
withThisclientacceptLanguage
public ListPersonGroupPersonsOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)
Set the thisclientacceptLanguage value.
Parameters:
Returns:
withTop
public ListPersonGroupPersonsOptionalParameter withTop(Integer top)
Set the top value.
Parameters:
Returns:
Applies to
Azure SDK for Java