ListPersonGroupsOptionalParameter Classe
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. faceapi. models. ListPersonGroupsOptionalParameter
- com.
public class ListPersonGroupsOptionalParameter
O modelo ListPersonGroupsOptionalParameter.
Resumo do método
Modificador e tipo | Método e descrição |
---|---|
String |
start()
Obtenha o valor inicial. |
String |
thisclientacceptLanguage()
Obtenha o valor thisclientacceptLanguage. |
Integer |
top()
Obtenha o valor superior. |
List |
withStart(String start)
Defina o valor inicial. |
List |
withThisclientacceptLanguage(String thisclientacceptLanguage)
Defina o valor thisclientacceptLanguage. |
List |
withTop(Integer top)
Defina o valor superior. |
Detalhes do método
start
public String start()
Obtenha o valor inicial.
Returns:
thisclientacceptLanguage
public String thisclientacceptLanguage()
Obtenha o valor thisclientacceptLanguage.
Returns:
top
public Integer top()
Obtenha o valor superior.
Returns:
withStart
public ListPersonGroupsOptionalParameter withStart(String start)
Defina o valor inicial.
Parameters:
Returns:
withThisclientacceptLanguage
public ListPersonGroupsOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)
Defina o valor thisclientacceptLanguage.
Parameters:
Returns:
withTop
public ListPersonGroupsOptionalParameter withTop(Integer top)
Defina o valor superior.
Parameters:
Returns:
Aplica-se a
Azure SDK for Java