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