public static final class UserToBlogRoleMapping.Factory extends Object
UserToBlogRoleMapping
.Constructor and Description |
---|
Factory() |
Modifier and Type | Method and Description |
---|---|
static UserToBlogRoleMapping |
newInstance()
Constructs a new instance of
UserToBlogRoleMapping . |
static UserToBlogRoleMapping |
newInstance(Long blogId,
Long userId,
int numericRole,
boolean grantedByGroup)
Constructs a new instance of
UserToBlogRoleMapping , taking all required and/or
read-only properties as arguments. |
static UserToBlogRoleMapping |
newInstance(Long blogId,
Long userId,
int numericRole,
String externalSystemId,
boolean grantedByGroup,
Set<Group> grantingGroups)
Constructs a new instance of
UserToBlogRoleMapping , taking all possible
properties (except the identifier(s))as arguments. |
public static UserToBlogRoleMapping newInstance()
UserToBlogRoleMapping
.public static UserToBlogRoleMapping newInstance(Long blogId, Long userId, int numericRole, boolean grantedByGroup)
UserToBlogRoleMapping
, taking all required and/or
read-only properties as arguments.public static UserToBlogRoleMapping newInstance(Long blogId, Long userId, int numericRole, String externalSystemId, boolean grantedByGroup, Set<Group> grantingGroups)
UserToBlogRoleMapping
, taking all possible
properties (except the identifier(s))as arguments.Copyright © 2019 Communote team. All rights reserved.