Uses of Class
org.opendaylight.restconf.common.patch.PatchEntity
Packages that use PatchEntity
-
Uses of PatchEntity in org.opendaylight.restconf.common.patch
Methods in org.opendaylight.restconf.common.patch that return types with arguments of type PatchEntityModifier and TypeMethodDescriptioncom.google.common.collect.ImmutableList<PatchEntity>PatchContext.entities()Returns the value of theentitiesrecord component.Constructor parameters in org.opendaylight.restconf.common.patch with type arguments of type PatchEntityModifierConstructorDescriptionPatchContext(String patchId, com.google.common.collect.ImmutableList<PatchEntity> entities) Creates an instance of aPatchContextrecord class.PatchContext(String patchId, List<PatchEntity> entities)