Class ChangedFields
- java.lang.Object
-
- com.github.davidmoten.odata.client.internal.ChangedFields
-
-
Field Summary
Fields Modifier and Type Field Description static ChangedFieldsEMPTY
-
Constructor Summary
Constructors Constructor Description ChangedFields()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChangedFieldsadd(String name)booleancontains(String name)Iterator<String>iterator()Set<String>toSet()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Field Detail
-
EMPTY
public static final ChangedFields EMPTY
-
-