| Package | Description |
|---|---|
| org.cloudfoundry.uaa.groups |
| Modifier and Type | Method and Description |
|---|---|
static ListGroupsRequest.Builder |
ListGroupsRequest.builder()
Creates a builder for
ListGroupsRequest. |
ListGroupsRequest.Builder |
ListGroupsRequest.Builder.count(Integer count)
Initializes the value for the
count attribute. |
ListGroupsRequest.Builder |
ListGroupsRequest.Builder.filter(String filter)
Initializes the value for the
filter attribute. |
ListGroupsRequest.Builder |
ListGroupsRequest.Builder.from(IdentityZoned instance)
Fill a builder with attribute values from the provided
org.cloudfoundry.uaa.IdentityZoned instance. |
ListGroupsRequest.Builder |
ListGroupsRequest.Builder.from(ListGroupsRequest instance)
Fill a builder with attribute values from the provided
ListGroupsRequest instance. |
ListGroupsRequest.Builder |
ListGroupsRequest.Builder.from(PaginatedAndSortedByRequest instance)
Fill a builder with attribute values from the provided
org.cloudfoundry.uaa.PaginatedAndSortedByRequest instance. |
ListGroupsRequest.Builder |
ListGroupsRequest.Builder.from(PaginatedAndSortedRequest instance)
Fill a builder with attribute values from the provided
org.cloudfoundry.uaa.PaginatedAndSortedRequest instance. |
ListGroupsRequest.Builder |
ListGroupsRequest.Builder.identityZoneId(String identityZoneId)
Initializes the value for the
identityZoneId attribute. |
ListGroupsRequest.Builder |
ListGroupsRequest.Builder.sortBy(String sortBy)
Initializes the value for the
sortBy attribute. |
ListGroupsRequest.Builder |
ListGroupsRequest.Builder.sortOrder(SortOrder sortOrder)
Initializes the value for the
sortOrder attribute. |
ListGroupsRequest.Builder |
ListGroupsRequest.Builder.startIndex(Integer startIndex)
Initializes the value for the
startIndex attribute. |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.