CreatePersonGroupPersonsOptionalParameter Class

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

public class CreatePersonGroupPersonsOptionalParameter

The CreatePersonGroupPersonsOptionalParameter model.

Method Summary

Modifier and Type Method and Description
String name()

Get the name value.

String thisclientacceptLanguage()

Get the thisclientacceptLanguage value.

String userData()

Get the userData value.

CreatePersonGroupPersonsOptionalParameter withName(String name)

Set the name value.

CreatePersonGroupPersonsOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

Set the thisclientacceptLanguage value.

CreatePersonGroupPersonsOptionalParameter withUserData(String userData)

Set the userData value.

Method Details

name

public String name()

Get the name value.

Returns:

the name value

thisclientacceptLanguage

public String thisclientacceptLanguage()

Get the thisclientacceptLanguage value.

Returns:

the thisclientacceptLanguage value

userData

public String userData()

Get the userData value.

Returns:

the userData value

withName

public CreatePersonGroupPersonsOptionalParameter withName(String name)

Set the name value.

Parameters:

name - the name value to set

Returns:

the CreatePersonGroupPersonsOptionalParameter object itself.

withThisclientacceptLanguage

public CreatePersonGroupPersonsOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

Set the thisclientacceptLanguage value.

Parameters:

thisclientacceptLanguage - the thisclientacceptLanguage value to set

Returns:

the CreatePersonGroupPersonsOptionalParameter object itself.

withUserData

public CreatePersonGroupPersonsOptionalParameter withUserData(String userData)

Set the userData value.

Parameters:

userData - the userData value to set

Returns:

the CreatePersonGroupPersonsOptionalParameter object itself.

Applies to