@Generated(value="org.immutables.processor.ProxyProcessor") public final class DeleteBuildpackRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DeleteBuildpackRequest.Builder
Builds instances of type
DeleteBuildpackRequest. |
| Modifier and Type | Method and Description |
|---|---|
static DeleteBuildpackRequest.Builder |
builder()
Creates a builder for
DeleteBuildpackRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
DeleteBuildpackRequest that have equal attribute values. |
Boolean |
getAsync()
The async flag
|
String |
getBuildpackId()
The buildpack id
|
int |
hashCode()
Computes a hash code from attributes:
async, buildpackId. |
String |
toString()
Prints the immutable value
DeleteBuildpackRequest with attribute values. |
public Boolean getAsync()
public String getBuildpackId()
public boolean equals(Object another)
DeleteBuildpackRequest that have equal attribute values.public int hashCode()
async, buildpackId.public String toString()
DeleteBuildpackRequest with attribute values.public static DeleteBuildpackRequest.Builder builder()
DeleteBuildpackRequest.
DeleteBuildpackRequest.builder()
.async(Boolean | null) // nullable async
.buildpackId(String) // required buildpackId
.build();
Copyright © 2020. All rights reserved.