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