Uses of Class
security.whisper.javastix.sdo.types.ExternalReference.Builder
Packages that use ExternalReference.Builder
-
Uses of ExternalReference.Builder in security.whisper.javastix.sdo.types
Methods in security.whisper.javastix.sdo.types that return ExternalReference.BuilderModifier and TypeMethodDescriptionstatic ExternalReference.BuilderExternalReference.builder()Creates a builder forExternalReference.ExternalReference.Builder.customProperties(Map<String, ? extends Object> entries) Sets or replaces all mappings from the specified map as entries for thecustomPropertiesmap.ExternalReference.Builder.description(String description) Initializes the optional valuedescriptionto description.ExternalReference.Builder.description(Optional<String> description) Initializes the optional valuedescriptionto description.ExternalReference.Builder.externalId(String externalId) Initializes the optional valueexternalIdto externalId.ExternalReference.Builder.externalId(Optional<String> externalId) Initializes the optional valueexternalIdto externalId.ExternalReference.Builder.from(StixCustomProperties instance) Fill a builder with attribute values from the providedsecurity.whisper.javastix.common.StixCustomPropertiesinstance.ExternalReference.Builder.from(ExternalReferenceType instance) Fill a builder with attribute values from the providedsecurity.whisper.javastix.sdo.types.ExternalReferenceTypeinstance.Sets or replaces all mappings from the specified map as entries for thehashesmap.ExternalReference.Builder.putAllCustomProperties(Map<String, ? extends Object> entries) Put all mappings from the specified map as entries tocustomPropertiesmap.ExternalReference.Builder.putAllHashes(Map<String, ? extends String> entries) Put all mappings from the specified map as entries tohashesmap.ExternalReference.Builder.putCustomProperty(String key, Object value) Put one entry to thecustomPropertiesmap.ExternalReference.Builder.putCustomProperty(Map.Entry<String, ? extends Object> entry) Put one entry to thecustomPropertiesmap.Put one entry to thehashesmap.Put one entry to thehashesmap.ExternalReference.Builder.sourceName(String sourceName) Initializes the value for thesourceNameattribute.Initializes the optional valueurlto url.Initializes the optional valueurlto url.