Uses of Class
security.whisper.javastix.datamarkings.objects.Tlp.Builder
Packages that use Tlp.Builder
-
Uses of Tlp.Builder in security.whisper.javastix.datamarkings.objects
Methods in security.whisper.javastix.datamarkings.objects that return Tlp.BuilderModifier and TypeMethodDescriptionstatic Tlp.BuilderTlp.builder()Creates a builder forTlp.final Tlp.BuilderTlp.Builder.customProperties(Map<String, ? extends Object> entries) Sets or replaces all mappings from the specified map as entries for thecustomPropertiesmap.final Tlp.BuilderTlp.Builder.from(StixCustomProperties instance) Fill a builder with attribute values from the providedsecurity.whisper.javastix.common.StixCustomPropertiesinstance.final Tlp.BuilderTlp.Builder.from(TlpMarkingObject instance) Fill a builder with attribute values from the providedsecurity.whisper.javastix.datamarkings.objects.TlpMarkingObjectinstance.final Tlp.BuilderTlp.Builder.putAllCustomProperties(Map<String, ? extends Object> entries) Put all mappings from the specified map as entries tocustomPropertiesmap.final Tlp.BuilderTlp.Builder.putCustomProperty(String key, Object value) Put one entry to thecustomPropertiesmap.final Tlp.BuilderTlp.Builder.putCustomProperty(Map.Entry<String, ? extends Object> entry) Put one entry to thecustomPropertiesmap.final Tlp.BuilderInitializes the value for thetlpattribute.