Package org.gnome.secret
Interface Backend.Builder<B extends Builder<B>>
- All Superinterfaces:
BuilderInterface
- All Known Implementing Classes:
Service.Builder
- Enclosing interface:
Backend
-
Method Summary
Modifier and TypeMethodDescriptiondefault BsetFlags(Set<ServiceFlags> flags) A set of flags describing which parts of the secret backend have been initialized.default BsetFlags(ServiceFlags... flags) A set of flags describing which parts of the secret backend have been initialized.Methods inherited from interface org.javagi.gobject.BuilderInterface
addBuilderProperty, connect, connect, getArena
-
Method Details
-
setFlags
A set of flags describing which parts of the secret backend have been initialized.- Parameters:
flags- the value for theflagsproperty- Returns:
- the
Builderinstance is returned, to allow method chaining - Since:
- 0.19.0
-
setFlags
A set of flags describing which parts of the secret backend have been initialized.- Parameters:
flags- the value for theflagsproperty- Returns:
- the
Builderinstance is returned, to allow method chaining - Since:
- 0.19.0
-