PersonGroup Class
- java.
lang. Object - NameAndUserDataContract
- com.
microsoft. azure. cognitiveservices. vision. faceapi. models. PersonGroup
- com.
public class PersonGroup extends NameAndUserDataContract
Person group object.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
personGroupId()
Get the personGroupId value. |
Person |
withPersonGroupId(String personGroupId)
Set the personGroupId value. |
Inherited Members
NameAndUserDataContract.name()
NameAndUserDataContract.userData()
NameAndUserDataContract.withName(String name)
NameAndUserDataContract.withUserData(String userData)
Method Details
personGroupId
public String personGroupId()
Get the personGroupId value.
Returns:
the personGroupId value
withPersonGroupId
public PersonGroup withPersonGroupId(String personGroupId)
Set the personGroupId value.
Parameters:
personGroupId
- the personGroupId value to set
Returns:
the PersonGroup object itself.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java