PersonGroup Class

public class PersonGroup extends NameAndUserDataContract

Person group object.

Method Summary

Modifier and Type Method and Description
String personGroupId()

Get the personGroupId value.

PersonGroup withPersonGroupId(String personGroupId)

Set the personGroupId value.

Inherited Members

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