public class ScimUserGroupModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
SCIMUSERGROUP
Generated constant - Attribute key of
ScimUserGroup.scimUserGroup attribute defined at extension scimservices. |
static java.lang.String |
USERGROUPS
Generated constant - Attribute key of
ScimUserGroup.userGroups attribute defined at extension scimservices. |
static java.lang.String |
USERTYPE
Generated constant - Attribute key of
ScimUserGroup.userType attribute defined at extension scimservices. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
ScimUserGroupModel()
Generated constructor - Default constructor for generic creation.
|
ScimUserGroupModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
ScimUserGroupModel(ItemModel _owner,
java.lang.String _scimUserGroup,
java.util.Collection<UserGroupModel> _userGroups,
TypeModel _userType)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
ScimUserGroupModel(java.lang.String _scimUserGroup,
java.util.Collection<UserGroupModel> _userGroups,
TypeModel _userType)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getScimUserGroup()
Generated method - Getter of the
ScimUserGroup.scimUserGroup attribute defined at extension scimservices. |
java.util.Collection<UserGroupModel> |
getUserGroups()
Generated method - Getter of the
ScimUserGroup.userGroups attribute defined at extension scimservices. |
TypeModel |
getUserType()
Generated method - Getter of the
ScimUserGroup.userType attribute defined at extension scimservices. |
void |
setScimUserGroup(java.lang.String value)
Generated method - Setter of
ScimUserGroup.scimUserGroup attribute defined at extension scimservices. |
void |
setUserGroups(java.util.Collection<UserGroupModel> value)
Generated method - Setter of
ScimUserGroup.userGroups attribute defined at extension scimservices. |
void |
setUserType(TypeModel value)
Generated method - Setter of
ScimUserGroup.userType attribute defined at extension scimservices. |
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwnerequals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplacepublic static final java.lang.String _TYPECODE
public static final java.lang.String SCIMUSERGROUP
ScimUserGroup.scimUserGroup attribute defined at extension scimservices.public static final java.lang.String USERTYPE
ScimUserGroup.userType attribute defined at extension scimservices.public static final java.lang.String USERGROUPS
ScimUserGroup.userGroups attribute defined at extension scimservices.public ScimUserGroupModel()
public ScimUserGroupModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated
public ScimUserGroupModel(java.lang.String _scimUserGroup,
java.util.Collection<UserGroupModel> _userGroups,
TypeModel _userType)
_scimUserGroup - initial attribute declared by type ScimUserGroup at extension scimservices_userGroups - initial attribute declared by type ScimUserGroup at extension scimservices_userType - initial attribute declared by type ScimUserGroup at extension scimservices@Deprecated public ScimUserGroupModel(ItemModel _owner, java.lang.String _scimUserGroup, java.util.Collection<UserGroupModel> _userGroups, TypeModel _userType)
_owner - initial attribute declared by type Item at extension core_scimUserGroup - initial attribute declared by type ScimUserGroup at extension scimservices_userGroups - initial attribute declared by type ScimUserGroup at extension scimservices_userType - initial attribute declared by type ScimUserGroup at extension scimservices@Accessor(qualifier="scimUserGroup", type=GETTER) public java.lang.String getScimUserGroup()
ScimUserGroup.scimUserGroup attribute defined at extension scimservices.@Accessor(qualifier="userGroups", type=GETTER) public java.util.Collection<UserGroupModel> getUserGroups()
ScimUserGroup.userGroups attribute defined at extension scimservices.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="userType", type=GETTER) public TypeModel getUserType()
ScimUserGroup.userType attribute defined at extension scimservices.@Accessor(qualifier="scimUserGroup", type=SETTER) public void setScimUserGroup(java.lang.String value)
ScimUserGroup.scimUserGroup attribute defined at extension scimservices.value - the scimUserGroup@Accessor(qualifier="userGroups", type=SETTER) public void setUserGroups(java.util.Collection<UserGroupModel> value)
ScimUserGroup.userGroups attribute defined at extension scimservices.value - the userGroupsCopyright © 2018 SAP SE. All Rights Reserved.