Uses of Class
security.whisper.javastix.sdo.types.ExternalReference
Packages that use ExternalReference
-
Uses of ExternalReference in security.whisper.javastix.sdo.types
Methods in security.whisper.javastix.sdo.types that return ExternalReferenceModifier and TypeMethodDescriptionExternalReference.Builder.build()Builds a newExternalReference.static ExternalReferenceExternalReference.copyOf(ExternalReferenceType instance) Creates an immutable copy of aExternalReferenceTypevalue.final ExternalReferenceExternalReference.withCustomProperties(Map<String, ? extends Object> entries) Copy the current immutable object by replacing thecustomPropertiesmap with the specified map.final ExternalReferenceExternalReference.withDescription(String value) Copy the current immutable object by setting a present value for the optionaldescriptionattribute.final ExternalReferenceExternalReference.withDescription(Optional<String> optional) Copy the current immutable object by setting an optional value for thedescriptionattribute.final ExternalReferenceExternalReference.withExternalId(String value) Copy the current immutable object by setting a present value for the optionalexternalIdattribute.final ExternalReferenceExternalReference.withExternalId(Optional<String> optional) Copy the current immutable object by setting an optional value for theexternalIdattribute.final ExternalReferenceExternalReference.withHashes(Map<String, ? extends String> entries) Copy the current immutable object by replacing thehashesmap with the specified map.final ExternalReferenceExternalReference.withSourceName(String value) Copy the current immutable object by setting a value for thesourceNameattribute.final ExternalReferenceCopy the current immutable object by setting a present value for the optionalurlattribute.final ExternalReferenceCopy the current immutable object by setting an optional value for theurlattribute.