Uses of Class
security.whisper.javastix.bundle.Bundle.Builder
Packages that use Bundle.Builder
-
Uses of Bundle.Builder in security.whisper.javastix.bundle
Methods in security.whisper.javastix.bundle that return Bundle.BuilderModifier and TypeMethodDescriptionfinal Bundle.BuilderBundle.Builder.addAllObjects(Iterable<? extends BundleableObject> elements) Adds elements toobjectsset.final Bundle.BuilderBundle.Builder.addObject(BundleableObject element) Adds one element toobjectsset.final Bundle.BuilderBundle.Builder.addObjects(BundleableObject... elements) Adds elements toobjectsset.static Bundle.BuilderBundle.builder()Creates a builder forBundle.final Bundle.BuilderBundle.Builder.customProperties(Map<String, ? extends Object> entries) Sets or replaces all mappings from the specified map as entries for thecustomPropertiesmap.final Bundle.BuilderBundle.Builder.from(BundleObject instance) Fill a builder with attribute values from the providedsecurity.whisper.javastix.bundle.BundleObjectinstance.final Bundle.BuilderBundle.Builder.from(StixCustomProperties instance) Fill a builder with attribute values from the providedsecurity.whisper.javastix.common.StixCustomPropertiesinstance.final Bundle.BuilderInitializes the value for theidattribute.final Bundle.BuilderBundle.Builder.objects(Iterable<? extends BundleableObject> elements) Sets or replaces all elements forobjectsset.final Bundle.BuilderBundle.Builder.putAllCustomProperties(Map<String, ? extends Object> entries) Put all mappings from the specified map as entries tocustomPropertiesmap.final Bundle.BuilderBundle.Builder.putCustomProperty(String key, Object value) Put one entry to thecustomPropertiesmap.final Bundle.BuilderBundle.Builder.putCustomProperty(Map.Entry<String, ? extends Object> entry) Put one entry to thecustomPropertiesmap.final Bundle.BuilderBundle.Builder.specVersion(String specVersion) Initializes the value for thespecVersionattribute.final Bundle.BuilderInitializes the value for thetypeattribute.