| Package | Description |
|---|---|
| org.cloudfoundry.uaa.groups |
| Modifier and Type | Method and Description |
|---|---|
static MemberType |
MemberType.from(String s) |
MemberType |
AddMemberRequest.getType()
The member type
|
static MemberType |
MemberType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MemberType[] |
MemberType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<MemberType> |
Member.getType()
The member type
|
Optional<MemberType> |
CheckMembershipResponse.getType()
The member type
|
Optional<MemberType> |
AddMemberResponse.getType()
The member type
|
Optional<MemberType> |
MemberSummary.getType()
The member type
|
Optional<MemberType> |
RemoveMemberResponse.getType()
The member type
|
| Modifier and Type | Method and Description |
|---|---|
Member.Builder |
Member.Builder.type(MemberType type)
Initializes the optional value
type to type. |
CheckMembershipResponse.Builder |
CheckMembershipResponse.Builder.type(MemberType type)
Initializes the optional value
type to type. |
AddMemberResponse.Builder |
AddMemberResponse.Builder.type(MemberType type)
Initializes the optional value
type to type. |
MemberSummary.Builder |
MemberSummary.Builder.type(MemberType type)
Initializes the optional value
type to type. |
AddMemberRequest.Builder |
AddMemberRequest.Builder.type(MemberType type)
Initializes the value for the
type attribute. |
RemoveMemberResponse.Builder |
RemoveMemberResponse.Builder.type(MemberType type)
Initializes the optional value
type to type. |
| Modifier and Type | Method and Description |
|---|---|
Member.Builder |
Member.Builder.type(Optional<MemberType> type)
Initializes the optional value
type to type. |
CheckMembershipResponse.Builder |
CheckMembershipResponse.Builder.type(Optional<MemberType> type)
Initializes the optional value
type to type. |
AddMemberResponse.Builder |
AddMemberResponse.Builder.type(Optional<MemberType> type)
Initializes the optional value
type to type. |
MemberSummary.Builder |
MemberSummary.Builder.type(Optional<MemberType> type)
Initializes the optional value
type to type. |
RemoveMemberResponse.Builder |
RemoveMemberResponse.Builder.type(Optional<MemberType> type)
Initializes the optional value
type to type. |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.