Uses of Class
security.whisper.javastix.coo.types.WindowsRegistryValue.Builder
Packages that use WindowsRegistryValue.Builder
-
Uses of WindowsRegistryValue.Builder in security.whisper.javastix.coo.types
Methods in security.whisper.javastix.coo.types that return WindowsRegistryValue.BuilderModifier and TypeMethodDescriptionstatic WindowsRegistryValue.BuilderWindowsRegistryValue.builder()Creates a builder forWindowsRegistryValue.WindowsRegistryValue.Builder.customProperties(Map<String, ? extends Object> entries) Sets or replaces all mappings from the specified map as entries for thecustomPropertiesmap.Initializes the optional valuedatato data.Initializes the optional valuedatato data.Initializes the optional valuedataTypeto dataType.Initializes the optional valuedataTypeto dataType.WindowsRegistryValue.Builder.from(StixCustomProperties instance) Fill a builder with attribute values from the providedsecurity.whisper.javastix.common.StixCustomPropertiesinstance.WindowsRegistryValue.Builder.from(WindowsRegistryValueObj instance) Fill a builder with attribute values from the providedsecurity.whisper.javastix.coo.types.WindowsRegistryValueObjinstance.Initializes the value for thenameattribute.WindowsRegistryValue.Builder.putAllCustomProperties(Map<String, ? extends Object> entries) Put all mappings from the specified map as entries tocustomPropertiesmap.WindowsRegistryValue.Builder.putCustomProperty(String key, Object value) Put one entry to thecustomPropertiesmap.WindowsRegistryValue.Builder.putCustomProperty(Map.Entry<String, ? extends Object> entry) Put one entry to thecustomPropertiesmap.