@Generated(value="org.immutables.processor.ProxyProcessor") public final class Features extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Features.Builder
Builds instances of type
Features. |
| Modifier and Type | Method and Description |
|---|---|
static Features.Builder |
builder()
Creates a builder for
Features. |
boolean |
equals(Object another)
This instance is equal to all instances of
Features that have equal attribute values. |
Boolean |
getAllowContextUpdates()
Whether service instance updates relating only to context are propagated to the service broker
|
Boolean |
getBindable()
Whether service instances of the service can be bound to applications
|
Boolean |
getBindingsRetrievable()
Whether the Fetching a service binding endpoint is supported for all service plans
|
Boolean |
getInstancesRetrievable()
Whether the Fetching a service instance endpoint is supported for all service plans
|
Boolean |
getPlanUpdateable()
Whether the service offering supports upgrade/downgrade for service plans by default
|
int |
hashCode()
Computes a hash code from attributes:
allowContextUpdates, bindable, bindingsRetrievable, instancesRetrievable, planUpdateable. |
String |
toString()
Prints the immutable value
Features with attribute values. |
public Boolean getAllowContextUpdates()
public Boolean getBindable()
public Boolean getBindingsRetrievable()
public Boolean getInstancesRetrievable()
public Boolean getPlanUpdateable()
public boolean equals(Object another)
Features that have equal attribute values.public int hashCode()
allowContextUpdates, bindable, bindingsRetrievable, instancesRetrievable, planUpdateable.public String toString()
Features with attribute values.public static Features.Builder builder()
Features.
Features.builder()
.allowContextUpdates(Boolean | null) // nullable allowContextUpdates
.bindable(Boolean) // required bindable
.bindingsRetrievable(Boolean) // required bindingsRetrievable
.instancesRetrievable(Boolean) // required instancesRetrievable
.planUpdateable(Boolean) // required planUpdateable
.build();
Copyright © 2022. All rights reserved.