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