| Package | Description |
|---|---|
| org.cloudfoundry.uaa.users |
| Modifier and Type | Method and Description |
|---|---|
static Approval.Builder |
Approval.builder()
Creates a builder for
Approval. |
Approval.Builder |
Approval.Builder.clientId(String clientId)
Initializes the value for the
clientId attribute. |
Approval.Builder |
Approval.Builder.expiresAt(String expiresAt)
Initializes the value for the
expiresAt attribute. |
Approval.Builder |
Approval.Builder.from(Approval instance)
Fill a builder with attribute values from the provided
Approval instance. |
Approval.Builder |
Approval.Builder.lastUpdatedAt(String lastUpdatedAt)
Initializes the value for the
lastUpdatedAt attribute. |
Approval.Builder |
Approval.Builder.scope(String scope)
Initializes the value for the
scope attribute. |
Approval.Builder |
Approval.Builder.status(ApprovalStatus status)
Initializes the value for the
status attribute. |
Approval.Builder |
Approval.Builder.userId(String userId)
Initializes the value for the
userId attribute. |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.