Package org.gnome.secret
Interface Retrievable.Builder<B extends Builder<B>>
- All Superinterfaces:
BuilderInterface
- All Known Implementing Classes:
Item.Builder
- Enclosing interface:
Retrievable
-
Method Summary
Modifier and TypeMethodDescriptiondefault BsetAttributes(HashTable<String, String> attributes) The attributes set on this item.default BsetCreated(long created) The date and time (in seconds since the UNIX epoch) that this item was created.default BThe human readable label for the item.default BsetModified(long modified) The date and time (in seconds since the UNIX epoch) that this item was last modified.Methods inherited from interface org.javagi.gobject.BuilderInterface
addBuilderProperty, connect, connect, getArena
-
Method Details
-
setAttributes
The attributes set on this item.Attributes are used to locate an item. They are not guaranteed to be stored or transferred securely.
- Parameters:
attributes- the value for theattributesproperty- Returns:
- the
Builderinstance is returned, to allow method chaining - Since:
- 0.19.0
-
setCreated
The date and time (in seconds since the UNIX epoch) that this item was created.- Parameters:
created- the value for thecreatedproperty- Returns:
- the
Builderinstance is returned, to allow method chaining - Since:
- 0.19.0
-
setLabel
-
setModified
The date and time (in seconds since the UNIX epoch) that this item was last modified.- Parameters:
modified- the value for themodifiedproperty- Returns:
- the
Builderinstance is returned, to allow method chaining - Since:
- 0.19.0
-