Uses of Class
security.whisper.javastix.datamarkings.MarkingDefinition.Builder
Packages that use MarkingDefinition.Builder
-
Uses of MarkingDefinition.Builder in security.whisper.javastix.datamarkings
Methods in security.whisper.javastix.datamarkings that return MarkingDefinition.BuilderModifier and TypeMethodDescriptionMarkingDefinition.Builder.addAllExternalReferences(Iterable<? extends ExternalReferenceType> elements) Adds elements toexternalReferencesset.MarkingDefinition.Builder.addAllGranularMarkings(Iterable<? extends GranularMarkingDm> elements) Adds elements togranularMarkingsset.MarkingDefinition.Builder.addAllObjectMarkingRefs(Iterable<? extends MarkingDefinitionDm> elements) Adds elements toobjectMarkingRefsset.MarkingDefinition.Builder.addExternalReference(ExternalReferenceType element) Adds one element toexternalReferencesset.MarkingDefinition.Builder.addExternalReferences(ExternalReferenceType... elements) Adds elements toexternalReferencesset.MarkingDefinition.Builder.addGranularMarking(GranularMarkingDm element) Adds one element togranularMarkingsset.MarkingDefinition.Builder.addGranularMarkings(GranularMarkingDm... elements) Adds elements togranularMarkingsset.MarkingDefinition.Builder.addObjectMarkingRef(MarkingDefinitionDm element) Adds one element toobjectMarkingRefsset.MarkingDefinition.Builder.addObjectMarkingRefs(MarkingDefinitionDm... elements) Adds elements toobjectMarkingRefsset.static MarkingDefinition.BuilderMarkingDefinition.builder()Creates a builder forMarkingDefinition.MarkingDefinition.Builder.created(StixInstant created) Initializes the value for thecreatedattribute.MarkingDefinition.Builder.createdByRef(Optional<? extends IdentitySdo> createdByRef) Initializes the optional valuecreatedByRefto createdByRef.MarkingDefinition.Builder.createdByRef(IdentitySdo createdByRef) Initializes the optional valuecreatedByRefto createdByRef.MarkingDefinition.Builder.customProperties(Map<String, ? extends Object> entries) Sets or replaces all mappings from the specified map as entries for thecustomPropertiesmap.MarkingDefinition.Builder.definition(StixMarkingObject definition) Initializes the value for thedefinitionattribute.MarkingDefinition.Builder.definitionType(String definitionType) Initializes the value for thedefinitionTypeattribute.MarkingDefinition.Builder.externalReferences(Iterable<? extends ExternalReferenceType> elements) Sets or replaces all elements forexternalReferencesset.MarkingDefinition.Builder.from(BundleableObject instance) Fill a builder with attribute values from the providedsecurity.whisper.javastix.bundle.BundleableObjectinstance.MarkingDefinition.Builder.from(StixCommonProperties instance) Fill a builder with attribute values from the providedsecurity.whisper.javastix.common.StixCommonPropertiesinstance.MarkingDefinition.Builder.from(StixCustomProperties instance) Fill a builder with attribute values from the providedsecurity.whisper.javastix.common.StixCustomPropertiesinstance.MarkingDefinition.Builder.from(MarkingDefinitionDm instance) Fill a builder with attribute values from the providedsecurity.whisper.javastix.datamarkings.MarkingDefinitionDminstance.MarkingDefinition.Builder.granularMarkings(Iterable<? extends GranularMarkingDm> elements) Sets or replaces all elements forgranularMarkingsset.MarkingDefinition.Builder.hydrated(boolean hydrated) Initializes the value for thehydratedattribute.Initializes the value for theidattribute.Initializes the optional valuelangto lang.Initializes the optional valuelangto lang.MarkingDefinition.Builder.objectMarkingRefs(Iterable<? extends MarkingDefinitionDm> elements) Sets or replaces all elements forobjectMarkingRefsset.MarkingDefinition.Builder.putAllCustomProperties(Map<String, ? extends Object> entries) Put all mappings from the specified map as entries tocustomPropertiesmap.MarkingDefinition.Builder.putCustomProperty(String key, Object value) Put one entry to thecustomPropertiesmap.MarkingDefinition.Builder.putCustomProperty(Map.Entry<String, ? extends Object> entry) Put one entry to thecustomPropertiesmap.Initializes the value for thetypeattribute.