Interface ICustomizationUsersGroup3
-
- All Superinterfaces:
com4j.Com4jObject
,ICustomizationUsersGroup
,ICustomizationUsersGroup2
public interface ICustomizationUsersGroup3 extends ICustomizationUsersGroup2
Additional properties of the customization field.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
sourceGroupName()
The user group name used as the source group when creating a new group.void
sourceGroupName(java.lang.String pVal)
The user group name used as the source group when creating a new group.-
Methods inherited from interface com4j.Com4jObject
advise, dispose, equals, getComThread, getIUnknownPointer, getPointer, getPtr, hashCode, is, queryInterface, setName, toString
-
Methods inherited from interface step.repository.alm.v16.otaclient.ICustomizationUsersGroup
addUser, deleted, deleted, hideFilter, hideFilter, id, is_System, isSystem, name, name, removeUser, updated, updated, usersList, usersList
-
Methods inherited from interface step.repository.alm.v16.otaclient.ICustomizationUsersGroup2
isTemplate
-
-
-
-
Method Detail
-
sourceGroupName
java.lang.String sourceGroupName()
The user group name used as the source group when creating a new group.
Getter method for the COM property "SourceGroupName"
- Returns:
- Returns a value of type java.lang.String
-
sourceGroupName
void sourceGroupName(java.lang.String pVal)
The user group name used as the source group when creating a new group.
Setter method for the COM property "SourceGroupName"
- Parameters:
pVal
- Mandatory java.lang.String parameter.
-
-