Uses of Class
security.whisper.javastix.custom.objects.CustomObject.Builder
Packages that use CustomObject.Builder
-
Uses of CustomObject.Builder in security.whisper.javastix.custom.objects
Methods in security.whisper.javastix.custom.objects that return CustomObject.BuilderModifier and TypeMethodDescriptionfinal CustomObject.BuilderCustomObject.Builder.addAllExternalReferences(Iterable<? extends ExternalReferenceType> elements) Adds elements toexternalReferencesset.final CustomObject.BuilderCustomObject.Builder.addAllGranularMarkings(Iterable<? extends GranularMarkingDm> elements) Adds elements togranularMarkingsset.final CustomObject.BuilderCustomObject.Builder.addAllLabels(Iterable<String> elements) Adds elements tolabelsset.final CustomObject.BuilderCustomObject.Builder.addAllObjectMarkingRefs(Iterable<? extends MarkingDefinitionDm> elements) Adds elements toobjectMarkingRefsset.final CustomObject.BuilderCustomObject.Builder.addExternalReference(ExternalReferenceType element) Adds one element toexternalReferencesset.final CustomObject.BuilderCustomObject.Builder.addExternalReferences(ExternalReferenceType... elements) Adds elements toexternalReferencesset.final CustomObject.BuilderCustomObject.Builder.addGranularMarking(GranularMarkingDm element) Adds one element togranularMarkingsset.final CustomObject.BuilderCustomObject.Builder.addGranularMarkings(GranularMarkingDm... elements) Adds elements togranularMarkingsset.final CustomObject.BuilderAdds one element tolabelsset.final CustomObject.BuilderAdds elements tolabelsset.final CustomObject.BuilderCustomObject.Builder.addObjectMarkingRef(MarkingDefinitionDm element) Adds one element toobjectMarkingRefsset.final CustomObject.BuilderCustomObject.Builder.addObjectMarkingRefs(MarkingDefinitionDm... elements) Adds elements toobjectMarkingRefsset.static CustomObject.BuilderCustomObject.builder()Creates a builder forCustomObject.final CustomObject.BuilderCustomObject.Builder.created(StixInstant created) Initializes the value for thecreatedattribute.final CustomObject.BuilderCustomObject.Builder.createdByRef(Optional<? extends IdentitySdo> createdByRef) Initializes the optional valuecreatedByRefto createdByRef.final CustomObject.BuilderCustomObject.Builder.createdByRef(IdentitySdo createdByRef) Initializes the optional valuecreatedByRefto createdByRef.final CustomObject.BuilderCustomObject.Builder.customObjectProperties(Map<String, ? extends Object> entries) Sets or replaces all mappings from the specified map as entries for thecustomObjectPropertiesmap.final CustomObject.BuilderCustomObject.Builder.externalReferences(Iterable<? extends ExternalReferenceType> elements) Sets or replaces all elements forexternalReferencesset.final CustomObject.BuilderCustomObject.Builder.from(BundleableObject instance) Fill a builder with attribute values from the providedsecurity.whisper.javastix.bundle.BundleableObjectinstance.final CustomObject.BuilderCustomObject.Builder.from(StixCommonProperties instance) Fill a builder with attribute values from the providedsecurity.whisper.javastix.common.StixCommonPropertiesinstance.final CustomObject.BuilderCustomObject.Builder.from(StixLabels instance) Fill a builder with attribute values from the providedsecurity.whisper.javastix.common.StixLabelsinstance.final CustomObject.BuilderCustomObject.Builder.from(StixModified instance) Fill a builder with attribute values from the providedsecurity.whisper.javastix.common.StixModifiedinstance.final CustomObject.BuilderCustomObject.Builder.from(StixRevoked instance) Fill a builder with attribute values from the providedsecurity.whisper.javastix.common.StixRevokedinstance.final CustomObject.BuilderCustomObject.Builder.from(GenericCustomObject instance) Fill a builder with attribute values from the providedsecurity.whisper.javastix.custom.objects.GenericCustomObjectinstance.final CustomObject.BuilderCustomObject.Builder.from(StixCustomObject instance) Fill a builder with attribute values from the providedsecurity.whisper.javastix.custom.StixCustomObjectinstance.final CustomObject.BuilderCustomObject.Builder.granularMarkings(Iterable<? extends GranularMarkingDm> elements) Sets or replaces all elements forgranularMarkingsset.final CustomObject.BuilderCustomObject.Builder.hydrated(boolean hydrated) Initializes the value for thehydratedattribute.final CustomObject.BuilderCustomObject.Builder.id(@StartsWith("x-") String id) Initializes the value for theidattribute.final CustomObject.BuilderSets or replaces all elements forlabelsset.final CustomObject.BuilderInitializes the optional valuelangto lang.final CustomObject.BuilderInitializes the optional valuelangto lang.final CustomObject.BuilderCustomObject.Builder.modified(StixInstant modified) Initializes the value for themodifiedattribute.final CustomObject.BuilderCustomObject.Builder.objectMarkingRefs(Iterable<? extends MarkingDefinitionDm> elements) Sets or replaces all elements forobjectMarkingRefsset.final CustomObject.BuilderCustomObject.Builder.putAllCustomObjectProperties(Map<String, ? extends Object> entries) Put all mappings from the specified map as entries tocustomObjectPropertiesmap.final CustomObject.BuilderCustomObject.Builder.putCustomObjectProperty(String key, Object value) Put one entry to thecustomObjectPropertiesmap.final CustomObject.BuilderCustomObject.Builder.putCustomObjectProperty(Map.Entry<String, ? extends Object> entry) Put one entry to thecustomObjectPropertiesmap.final CustomObject.BuilderCustomObject.Builder.revoked(StixBoolean revoked) Initializes the value for therevokedattribute.final CustomObject.BuilderCustomObject.Builder.type(@StartsWith("x-") String type) Initializes the value for thetypeattribute.