Uses of Class
security.whisper.javastix.custom.objects.CustomObject
Packages that use CustomObject
-
Uses of CustomObject in security.whisper.javastix.custom.objects
Methods in security.whisper.javastix.custom.objects that return CustomObjectModifier and TypeMethodDescriptionCustomObject.Builder.build()Builds a newCustomObject.static CustomObjectCustomObject.copyOf(GenericCustomObject instance) Creates an immutable copy of aGenericCustomObjectvalue.final CustomObjectCustomObject.withCreated(StixInstant value) Copy the current immutable object by setting a value for thecreatedattribute.final CustomObjectCustomObject.withCreatedByRef(Optional<? extends IdentitySdo> optional) Copy the current immutable object by setting an optional value for thecreatedByRefattribute.final CustomObjectCustomObject.withCreatedByRef(IdentitySdo value) Copy the current immutable object by setting a present value for the optionalcreatedByRefattribute.final CustomObjectCustomObject.withCustomObjectProperties(Map<String, ? extends Object> entries) Copy the current immutable object by replacing thecustomObjectPropertiesmap with the specified map.final CustomObjectCustomObject.withExternalReferences(Iterable<? extends ExternalReferenceType> elements) Copy the current immutable object with elements that replace the content ofexternalReferences.final CustomObjectCustomObject.withExternalReferences(ExternalReferenceType... elements) Copy the current immutable object with elements that replace the content ofexternalReferences.final CustomObjectCustomObject.withGranularMarkings(Iterable<? extends GranularMarkingDm> elements) Copy the current immutable object with elements that replace the content ofgranularMarkings.final CustomObjectCustomObject.withGranularMarkings(GranularMarkingDm... elements) Copy the current immutable object with elements that replace the content ofgranularMarkings.final CustomObjectCustomObject.withHydrated(boolean value) Copy the current immutable object by setting a value for thehydratedattribute.final CustomObjectCustomObject.withId(@StartsWith("x-") String value) Copy the current immutable object by setting a value for theidattribute.final CustomObjectCustomObject.withLabels(Iterable<String> elements) Copy the current immutable object with elements that replace the content oflabels.final CustomObjectCustomObject.withLabels(String... elements) Copy the current immutable object with elements that replace the content oflabels.final CustomObjectCopy the current immutable object by setting a present value for the optionallangattribute.final CustomObjectCopy the current immutable object by setting an optional value for thelangattribute.final CustomObjectCustomObject.withModified(StixInstant value) Copy the current immutable object by setting a value for themodifiedattribute.final CustomObjectCustomObject.withObjectMarkingRefs(Iterable<? extends MarkingDefinitionDm> elements) Copy the current immutable object with elements that replace the content ofobjectMarkingRefs.final CustomObjectCustomObject.withObjectMarkingRefs(MarkingDefinitionDm... elements) Copy the current immutable object with elements that replace the content ofobjectMarkingRefs.final CustomObjectCustomObject.withRevoked(StixBoolean value) Copy the current immutable object by setting a value for therevokedattribute.final CustomObjectCustomObject.withType(@StartsWith("x-") String value) Copy the current immutable object by setting a value for thetypeattribute.