ListPersonGroupsOptionalParameter Clase
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. faceapi. models. ListPersonGroupsOptionalParameter
- com.
public class ListPersonGroupsOptionalParameter
Modelo ListPersonGroupsOptionalParameter.
Resumen del método
Modificador y tipo | Método y descripción |
---|---|
String |
start()
Obtenga el valor inicial. |
String |
thisclientacceptLanguage()
Obtenga el valor thisclientacceptLanguage. |
Integer |
top()
Obtenga el valor superior. |
List |
withStart(String start)
Establezca el valor de inicio. |
List |
withThisclientacceptLanguage(String thisclientacceptLanguage)
Establezca el valor thisclientacceptLanguage. |
List |
withTop(Integer top)
Establezca el valor superior. |
Detalles del método
start
public String start()
Obtenga el valor inicial.
Returns:
thisclientacceptLanguage
public String thisclientacceptLanguage()
Obtenga el valor thisclientacceptLanguage.
Returns:
top
public Integer top()
Obtenga el valor superior.
Returns:
withStart
public ListPersonGroupsOptionalParameter withStart(String start)
Establezca el valor de inicio.
Parameters:
Returns:
withThisclientacceptLanguage
public ListPersonGroupsOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)
Establezca el valor thisclientacceptLanguage.
Parameters:
Returns:
withTop
public ListPersonGroupsOptionalParameter withTop(Integer top)
Establezca el valor superior.
Parameters:
Returns:
Se aplica a
Azure SDK for Java