Uses of Class
security.whisper.javastix.coo.objects.WindowsRegistryKey.Builder
Packages that use WindowsRegistryKey.Builder
-
Uses of WindowsRegistryKey.Builder in security.whisper.javastix.coo.objects
Methods in security.whisper.javastix.coo.objects that return WindowsRegistryKey.BuilderModifier and TypeMethodDescriptionWindowsRegistryKey.Builder.addAllExtensions(Iterable<? extends CyberObservableExtension> elements) Adds elements toextensionsset.WindowsRegistryKey.Builder.addAllGranularMarkings(Iterable<? extends GranularMarkingDm> elements) Adds elements togranularMarkingsset.WindowsRegistryKey.Builder.addAllObjectMarkingRefs(Iterable<? extends MarkingDefinitionDm> elements) Adds elements toobjectMarkingRefsset.WindowsRegistryKey.Builder.addExtension(CyberObservableExtension element) Adds one element toextensionsset.WindowsRegistryKey.Builder.addExtensions(CyberObservableExtension... elements) Adds elements toextensionsset.WindowsRegistryKey.Builder.addGranularMarking(GranularMarkingDm element) Adds one element togranularMarkingsset.WindowsRegistryKey.Builder.addGranularMarkings(GranularMarkingDm... elements) Adds elements togranularMarkingsset.WindowsRegistryKey.Builder.addObjectMarkingRef(MarkingDefinitionDm element) Adds one element toobjectMarkingRefsset.WindowsRegistryKey.Builder.addObjectMarkingRefs(MarkingDefinitionDm... elements) Adds elements toobjectMarkingRefsset.static WindowsRegistryKey.BuilderWindowsRegistryKey.builder()Creates a builder forWindowsRegistryKey.WindowsRegistryKey.Builder.customProperties(Map<String, ? extends Object> entries) Sets or replaces all mappings from the specified map as entries for thecustomPropertiesmap.WindowsRegistryKey.Builder.defanged(boolean defanged) Initializes the optional valuedefangedto defanged.Initializes the optional valuedefangedto defanged.WindowsRegistryKey.Builder.extensions(Iterable<? extends CyberObservableExtension> elements) Sets or replaces all elements forextensionsset.WindowsRegistryKey.Builder.from(BundleableObject instance) Fill a builder with attribute values from the providedsecurity.whisper.javastix.bundle.BundleableObjectinstance.WindowsRegistryKey.Builder.from(StixCustomProperties instance) Fill a builder with attribute values from the providedsecurity.whisper.javastix.common.StixCustomPropertiesinstance.WindowsRegistryKey.Builder.from(CyberObservableObjectCommonProperties instance) Fill a builder with attribute values from the providedsecurity.whisper.javastix.coo.CyberObservableObjectCommonPropertiesinstance.WindowsRegistryKey.Builder.from(WindowsRegistryKeyCoo instance) Fill a builder with attribute values from the providedsecurity.whisper.javastix.coo.objects.WindowsRegistryKeyCooinstance.WindowsRegistryKey.Builder.granularMarkings(Iterable<? extends GranularMarkingDm> elements) Sets or replaces all elements forgranularMarkingsset.WindowsRegistryKey.Builder.hydrated(boolean hydrated) Initializes the value for thehydratedattribute.Initializes the value for thekeyattribute.WindowsRegistryKey.Builder.objectMarkingRefs(Iterable<? extends MarkingDefinitionDm> elements) Sets or replaces all elements forobjectMarkingRefsset.WindowsRegistryKey.Builder.observableObjectKey(String observableObjectKey) Initializes the value for theobservableObjectKeyattribute.WindowsRegistryKey.Builder.putAllCustomProperties(Map<String, ? extends Object> entries) Put all mappings from the specified map as entries tocustomPropertiesmap.WindowsRegistryKey.Builder.putCustomProperty(String key, Object value) Put one entry to thecustomPropertiesmap.WindowsRegistryKey.Builder.putCustomProperty(Map.Entry<String, ? extends Object> entry) Put one entry to thecustomPropertiesmap.WindowsRegistryKey.Builder.toJsonString(String toJsonString) Initializes the value for thetoJsonStringattribute.Initializes the value for thetypeattribute.