Package | Description |
---|---|
org.kuali.rice.kim.api.group |
Copyright 2005-2015 The Kuali Foundation
Licensed under the Educational Community License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
Modifier and Type | Method and Description |
---|---|
static GroupMember.Builder |
GroupMember.Builder.create(GroupMemberContract contract)
creates a GroupMember from an existing
GroupMemberContract . |
static GroupMember.Builder |
GroupMember.Builder.create(String groupId,
String memberId,
MemberType type)
creates a Parameter with the required fields.
|
Modifier and Type | Method and Description |
---|---|
List<GroupMember.Builder> |
GroupMemberQueryResults.Builder.getResults() |
Modifier and Type | Method and Description |
---|---|
void |
GroupMemberQueryResults.Builder.setResults(List<GroupMember.Builder> results) |
Constructor and Description |
---|
GroupMember(GroupMember.Builder builder) |
Copyright © 2005–2015 The Kuali Foundation. All rights reserved.