public static final class ExternalUserGroup.Factory extends Object
ExternalUserGroup
.Constructor and Description |
---|
Factory() |
Modifier and Type | Method and Description |
---|---|
static ExternalUserGroup |
newInstance()
Constructs a new instance of
ExternalUserGroup . |
static ExternalUserGroup |
newInstance(String externalSystemId,
String externalId,
String alias,
String name)
Constructs a new instance of
ExternalUserGroup , taking all required and/or
read-only properties as arguments. |
static ExternalUserGroup |
newInstance(String externalSystemId,
String externalId,
String additionalProperty,
String alias,
String name,
String description,
Set<CommunoteEntity> groupMembers,
Set<GroupProperty> properties,
Set<BlogMember> memberships,
GlobalId globalId,
Set<Group> groups,
Set<Tag> tags)
Constructs a new instance of
ExternalUserGroup , taking all possible properties
(except the identifier(s))as arguments. |
public static ExternalUserGroup newInstance()
ExternalUserGroup
.public static ExternalUserGroup newInstance(String externalSystemId, String externalId, String alias, String name)
ExternalUserGroup
, taking all required and/or
read-only properties as arguments.public static ExternalUserGroup newInstance(String externalSystemId, String externalId, String additionalProperty, String alias, String name, String description, Set<CommunoteEntity> groupMembers, Set<GroupProperty> properties, Set<BlogMember> memberships, GlobalId globalId, Set<Group> groups, Set<Tag> tags)
ExternalUserGroup
, taking all possible properties
(except the identifier(s))as arguments.Copyright © 2019 Communote team. All rights reserved.