| Package | Description |
|---|---|
| org.cloudfoundry.client.v2.organizations |
| Modifier and Type | Method and Description |
|---|---|
UserOrganizationRoleEntity.Builder |
UserOrganizationRoleEntity.Builder.active(Boolean active)
Initializes the value for the
active attribute. |
UserOrganizationRoleEntity.Builder |
UserOrganizationRoleEntity.Builder.addAllOrganizationRoles(Iterable<String> elements)
Adds elements to
organizationRoles list. |
UserOrganizationRoleEntity.Builder |
UserOrganizationRoleEntity.Builder.admin(Boolean admin)
Initializes the value for the
admin attribute. |
UserOrganizationRoleEntity.Builder |
UserOrganizationRoleEntity.Builder.auditedOrganizationsUrl(String auditedOrganizationsUrl)
Initializes the value for the
auditedOrganizationsUrl attribute. |
UserOrganizationRoleEntity.Builder |
UserOrganizationRoleEntity.Builder.auditedSpacesUrl(String auditedSpacesUrl)
Initializes the value for the
auditedSpacesUrl attribute. |
UserOrganizationRoleEntity.Builder |
UserOrganizationRoleEntity.Builder.billingManagedOrganizationsUrl(String billingManagedOrganizationsUrl)
Initializes the value for the
billingManagedOrganizationsUrl attribute. |
static UserOrganizationRoleEntity.Builder |
UserOrganizationRoleEntity.builder()
Creates a builder for
UserOrganizationRoleEntity. |
UserOrganizationRoleEntity.Builder |
UserOrganizationRoleEntity.Builder.defaultSpaceId(String defaultSpaceId)
Initializes the value for the
defaultSpaceId attribute. |
UserOrganizationRoleEntity.Builder |
UserOrganizationRoleEntity.Builder.defaultSpaceUrl(String defaultSpaceUrl)
Initializes the value for the
defaultSpaceUrl attribute. |
UserOrganizationRoleEntity.Builder |
UserOrganizationRoleEntity.Builder.from(AbstractUserEntity instance)
Fill a builder with attribute values from the provided
org.cloudfoundry.client.v2.users.AbstractUserEntity instance. |
UserOrganizationRoleEntity.Builder |
UserOrganizationRoleEntity.Builder.from(UserOrganizationRoleEntity instance)
Fill a builder with attribute values from the provided
UserOrganizationRoleEntity instance. |
UserOrganizationRoleEntity.Builder |
UserOrganizationRoleEntity.Builder.managedOrganizationsUrl(String managedOrganizationsUrl)
Initializes the value for the
managedOrganizationsUrl attribute. |
UserOrganizationRoleEntity.Builder |
UserOrganizationRoleEntity.Builder.managedSpacesUrl(String managedSpacesUrl)
Initializes the value for the
managedSpacesUrl attribute. |
UserOrganizationRoleEntity.Builder |
UserOrganizationRoleEntity.Builder.organizationRole(String... elements)
Adds elements to
organizationRoles list. |
UserOrganizationRoleEntity.Builder |
UserOrganizationRoleEntity.Builder.organizationRole(String element)
Adds one element to
organizationRoles list. |
UserOrganizationRoleEntity.Builder |
UserOrganizationRoleEntity.Builder.organizationRoles(Iterable<String> elements)
Sets or replaces all elements for
organizationRoles list. |
UserOrganizationRoleEntity.Builder |
UserOrganizationRoleEntity.Builder.organizationsUrl(String organizationsUrl)
Initializes the value for the
organizationsUrl attribute. |
UserOrganizationRoleEntity.Builder |
UserOrganizationRoleEntity.Builder.spacesUrl(String spacesUrl)
Initializes the value for the
spacesUrl attribute. |
UserOrganizationRoleEntity.Builder |
UserOrganizationRoleEntity.Builder.username(String username)
Initializes the value for the
username attribute. |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.