public class Deployments extends Object implements Iterable<DeploymentGenericResponse>
| Modifier and Type | Field and Description |
|---|---|
List<DeploymentGenericResponse> |
items |
int |
total |
| Constructor and Description |
|---|
Deployments() |
| Modifier and Type | Method and Description |
|---|---|
void |
forEach(Consumer<? super DeploymentGenericResponse> action) |
Iterator<DeploymentGenericResponse> |
iterator() |
Spliterator<DeploymentGenericResponse> |
spliterator() |
public int total
public List<DeploymentGenericResponse> items
public Iterator<DeploymentGenericResponse> iterator()
iterator in interface Iterable<DeploymentGenericResponse>public void forEach(Consumer<? super DeploymentGenericResponse> action)
forEach in interface Iterable<DeploymentGenericResponse>public Spliterator<DeploymentGenericResponse> spliterator()
spliterator in interface Iterable<DeploymentGenericResponse>Copyright © 2019 MuleSoft Inc. All rights reserved.