Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.table.types.rev131026.multipart.request.multipart.request.body.MultipartRequestTableFeatures
Packages that use MultipartRequestTableFeatures
Package
Description
-
Uses of MultipartRequestTableFeatures in org.opendaylight.openflowplugin.impl.protocol.serialization.multipart
Methods in org.opendaylight.openflowplugin.impl.protocol.serialization.multipart with parameters of type MultipartRequestTableFeaturesModifier and TypeMethodDescriptionvoidMultipartRequestTableFeaturesSerializer.serialize(MultipartRequestTableFeatures multipartRequestTableFeatures, io.netty.buffer.ByteBuf byteBuf) -
Uses of MultipartRequestTableFeatures in org.opendaylight.yang.gen.v1.urn.opendaylight.table.types.rev131026.multipart.request.multipart.request.body
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.table.types.rev131026.multipart.request.multipart.request.body with type parameters of type MultipartRequestTableFeaturesModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<MultipartRequestTableFeatures>>
E$$MultipartRequestTableFeaturesBuilder.augmentation(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.table.types.rev131026.multipart.request.multipart.request.body that return MultipartRequestTableFeaturesModifier and TypeMethodDescription@NonNull MultipartRequestTableFeaturesMultipartRequestTableFeaturesBuilder.build()A newMultipartRequestTableFeaturesinstance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.table.types.rev131026.multipart.request.multipart.request.body that return types with arguments of type MultipartRequestTableFeaturesModifier and TypeMethodDescriptiondefault Class<MultipartRequestTableFeatures>MultipartRequestTableFeatures.implementedInterface()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.table.types.rev131026.multipart.request.multipart.request.body with parameters of type MultipartRequestTableFeaturesModifier and TypeMethodDescriptionstatic booleanMultipartRequestTableFeatures.bindingEquals(@NonNull MultipartRequestTableFeatures thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intMultipartRequestTableFeatures.bindingHashCode(@NonNull MultipartRequestTableFeatures obj) Default implementation ofObject.hashCode()contract for this interface.static StringMultipartRequestTableFeatures.bindingToString(@NonNull MultipartRequestTableFeatures obj) Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.table.types.rev131026.multipart.request.multipart.request.body with type arguments of type MultipartRequestTableFeaturesModifier and TypeMethodDescriptionMultipartRequestTableFeaturesBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<MultipartRequestTableFeatures> augmentation) Add an augmentation to this builder's product.MultipartRequestTableFeaturesBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<MultipartRequestTableFeatures>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.table.types.rev131026.multipart.request.multipart.request.body with parameters of type MultipartRequestTableFeaturesModifierConstructorDescriptionConstruct a builder initialized with state from specifiedMultipartRequestTableFeatures.