Package io.milton.http.webdav
Class PropPatchHandler.Fields
java.lang.Object
io.milton.http.webdav.PropPatchHandler.Fields
- All Implemented Interfaces:
Iterable<PropPatchHandler.Field>
- Enclosing class:
- PropPatchHandler
public static class PropPatchHandler.Fields
extends Object
implements Iterable<PropPatchHandler.Field>
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal List<PropPatchHandler.Field>fields to removefinal List<PropPatchHandler.SetField>fields to set to a value -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
removeFields
fields to remove -
setFields
fields to set to a value
-
-
Constructor Details
-
Fields
public Fields()
-
-
Method Details
-
iterator
- Specified by:
iteratorin interfaceIterable<PropPatchHandler.Field>
-