public static class ApiConfigInconsistency.ListBuilder<T>
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
<T1 extends T> |
addAll(java.lang.Iterable<ApiConfigInconsistency<T1>> inconsistencies) |
<T1 extends T> |
addIfInconsistent(java.lang.String propertyName,
T1 value1,
T1 value2)
Creates and adds an inconsistency object to the list iff the two given values are not equal.
|
com.google.common.collect.ImmutableList<ApiConfigInconsistency<T>> |
build() |
public <T1 extends T> ApiConfigInconsistency.ListBuilder<T> addIfInconsistent(java.lang.String propertyName, T1 value1, T1 value2)
public <T1 extends T> ApiConfigInconsistency.ListBuilder<T> addAll(java.lang.Iterable<ApiConfigInconsistency<T1>> inconsistencies)
public com.google.common.collect.ImmutableList<ApiConfigInconsistency<T>> build()