@Generated(value="org.immutables.processor.ProxyProcessor") public final class UpdateServicePlanVisibilityResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
UpdateServicePlanVisibilityResponse.Builder
Builds instances of type
UpdateServicePlanVisibilityResponse. |
| Modifier and Type | Method and Description |
|---|---|
static UpdateServicePlanVisibilityResponse.Builder |
builder()
Creates a builder for
UpdateServicePlanVisibilityResponse. |
boolean |
equals(Object another)
This instance is equal to all instances of
UpdateServicePlanVisibilityResponse that have equal attribute values. |
List<Organization> |
getOrganizations()
The organizations where the service plan is visible
|
Visibility |
getType()
Denotes the visibility of the plan
|
int |
hashCode()
Computes a hash code from attributes:
type, organizations. |
String |
toString()
Prints the immutable value
UpdateServicePlanVisibilityResponse with attribute values. |
public Visibility getType()
public List<Organization> getOrganizations()
public boolean equals(Object another)
UpdateServicePlanVisibilityResponse that have equal attribute values.public int hashCode()
type, organizations.public String toString()
UpdateServicePlanVisibilityResponse with attribute values.public static UpdateServicePlanVisibilityResponse.Builder builder()
UpdateServicePlanVisibilityResponse.
UpdateServicePlanVisibilityResponse.builder()
.type(org.cloudfoundry.client.v3.serviceplans.Visibility) // required type
.organizations(List<Organization> | null) // nullable organizations
.build();
Copyright © 2023. All rights reserved.