| Package | Description |
|---|---|
| org.cloudfoundry.client.v2.users |
| Modifier and Type | Method and Description |
|---|---|
UserEntity.Builder |
UserEntity.Builder.active(Boolean active)
Initializes the value for the
active attribute. |
UserEntity.Builder |
UserEntity.Builder.admin(Boolean admin)
Initializes the value for the
admin attribute. |
UserEntity.Builder |
UserEntity.Builder.auditedOrganizationsUrl(String auditedOrganizationsUrl)
Initializes the value for the
auditedOrganizationsUrl attribute. |
UserEntity.Builder |
UserEntity.Builder.auditedSpacesUrl(String auditedSpacesUrl)
Initializes the value for the
auditedSpacesUrl attribute. |
UserEntity.Builder |
UserEntity.Builder.billingManagedOrganizationsUrl(String billingManagedOrganizationsUrl)
Initializes the value for the
billingManagedOrganizationsUrl attribute. |
static UserEntity.Builder |
UserEntity.builder()
Creates a builder for
UserEntity. |
UserEntity.Builder |
UserEntity.Builder.defaultSpaceId(String defaultSpaceId)
Initializes the value for the
defaultSpaceId attribute. |
UserEntity.Builder |
UserEntity.Builder.defaultSpaceUrl(String defaultSpaceUrl)
Initializes the value for the
defaultSpaceUrl attribute. |
UserEntity.Builder |
UserEntity.Builder.from(org.cloudfoundry.client.v2.users._UserEntity instance)
Copy abstract value type
_UserEntity instance into builder. |
UserEntity.Builder |
UserEntity.Builder.from(AbstractUserEntity instance)
Fill a builder with attribute values from the provided
org.cloudfoundry.client.v2.users.AbstractUserEntity instance. |
UserEntity.Builder |
UserEntity.Builder.from(UserEntity instance)
Fill a builder with attribute values from the provided
UserEntity instance. |
UserEntity.Builder |
UserEntity.Builder.managedOrganizationsUrl(String managedOrganizationsUrl)
Initializes the value for the
managedOrganizationsUrl attribute. |
UserEntity.Builder |
UserEntity.Builder.managedSpacesUrl(String managedSpacesUrl)
Initializes the value for the
managedSpacesUrl attribute. |
UserEntity.Builder |
UserEntity.Builder.organizationsUrl(String organizationsUrl)
Initializes the value for the
organizationsUrl attribute. |
UserEntity.Builder |
UserEntity.Builder.spacesUrl(String spacesUrl)
Initializes the value for the
spacesUrl attribute. |
UserEntity.Builder |
UserEntity.Builder.username(String username)
Initializes the value for the
username attribute. |
Copyright © 2020. All rights reserved.