Class ScimUserGroupModel

  • All Implemented Interfaces:
    java.io.Serializable

    public class ScimUserGroupModel
    extends ItemModel
    Generated model class for type ScimUserGroup first defined at extension scimservices.
    See Also:
    Serialized Form
    • Field Detail

      • _TYPECODE

        public static final java.lang.String _TYPECODE
        Generated model type code constant.
        See Also:
        Constant Field Values
      • SCIMUSERGROUP

        public static final java.lang.String SCIMUSERGROUP
        Generated constant - Attribute key of ScimUserGroup.scimUserGroup attribute defined at extension scimservices.
        See Also:
        Constant Field Values
      • USERTYPE

        public static final java.lang.String USERTYPE
        Generated constant - Attribute key of ScimUserGroup.userType attribute defined at extension scimservices.
        See Also:
        Constant Field Values
      • USERGROUPS

        public static final java.lang.String USERGROUPS
        Generated constant - Attribute key of ScimUserGroup.userGroups attribute defined at extension scimservices.
        See Also:
        Constant Field Values
    • Constructor Detail

      • ScimUserGroupModel

        public ScimUserGroupModel()
        Generated constructor - Default constructor for generic creation.
      • ScimUserGroupModel

        public ScimUserGroupModel​(ItemModelContext ctx)
        Generated constructor - Default constructor for creation with existing context
        Parameters:
        ctx - the model context to be injected, must not be null
      • ScimUserGroupModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public ScimUserGroupModel​(java.lang.String _scimUserGroup,
                                  java.util.Collection<UserGroupModel> _userGroups,
                                  TypeModel _userType)
        Deprecated, for removal: This API element is subject to removal in a future version.
        since 4.1.1 Please use the default constructor without parameters
        Generated constructor - Constructor with all mandatory attributes.
        Parameters:
        _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
      • ScimUserGroupModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public ScimUserGroupModel​(ItemModel _owner,
                                  java.lang.String _scimUserGroup,
                                  java.util.Collection<UserGroupModel> _userGroups,
                                  TypeModel _userType)
        Deprecated, for removal: This API element is subject to removal in a future version.
        since 4.1.1 Please use the default constructor without parameters
        Generated constructor - for all mandatory and initial attributes.
        Parameters:
        _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
    • Method Detail

      • getScimUserGroup

        @Accessor(qualifier="scimUserGroup",
                  type=GETTER)
        public java.lang.String getScimUserGroup()
        Generated method - Getter of the ScimUserGroup.scimUserGroup attribute defined at extension scimservices.
        Returns:
        the scimUserGroup
      • getUserGroups

        @Accessor(qualifier="userGroups",
                  type=GETTER)
        public java.util.Collection<UserGroupModel> getUserGroups()
        Generated method - Getter of the ScimUserGroup.userGroups attribute defined at extension scimservices. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
        Returns:
        the userGroups
      • getUserType

        @Accessor(qualifier="userType",
                  type=GETTER)
        public TypeModel getUserType()
        Generated method - Getter of the ScimUserGroup.userType attribute defined at extension scimservices.
        Returns:
        the userType
      • setScimUserGroup

        @Accessor(qualifier="scimUserGroup",
                  type=SETTER)
        public void setScimUserGroup​(java.lang.String value)
        Generated method - Setter of ScimUserGroup.scimUserGroup attribute defined at extension scimservices.
        Parameters:
        value - the scimUserGroup
      • setUserGroups

        @Accessor(qualifier="userGroups",
                  type=SETTER)
        public void setUserGroups​(java.util.Collection<UserGroupModel> value)
        Generated method - Setter of ScimUserGroup.userGroups attribute defined at extension scimservices.
        Parameters:
        value - the userGroups
      • setUserType

        @Accessor(qualifier="userType",
                  type=SETTER)
        public void setUserType​(TypeModel value)
        Generated method - Setter of ScimUserGroup.userType attribute defined at extension scimservices.
        Parameters:
        value - the userType