Class PasswordPatch.Builder
- java.lang.Object
-
- org.apache.syncope.common.lib.request.AbstractPatch.Builder<P,B>
-
- org.apache.syncope.common.lib.request.AbstractPatchItem.Builder<String,PasswordPatch,PasswordPatch.Builder>
-
- org.apache.syncope.common.lib.request.PasswordPatch.Builder
-
- Direct Known Subclasses:
ResourceAR.Builder
,StatusR.Builder
- Enclosing class:
- PasswordPatch
public static class PasswordPatch.Builder extends AbstractPatchItem.Builder<String,PasswordPatch,PasswordPatch.Builder>
-
-
Field Summary
-
Fields inherited from class org.apache.syncope.common.lib.request.AbstractPatch.Builder
instance
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected PasswordPatch
newInstance()
PasswordPatch.Builder
onSyncope(boolean onSyncope)
PasswordPatch.Builder
resource(String resource)
PasswordPatch.Builder
resources(String... resources)
PasswordPatch.Builder
resources(Collection<String> resources)
-
Methods inherited from class org.apache.syncope.common.lib.request.AbstractPatchItem.Builder
value
-
Methods inherited from class org.apache.syncope.common.lib.request.AbstractPatch.Builder
build, getInstance, operation
-
-
-
-
Method Detail
-
newInstance
protected PasswordPatch newInstance()
- Specified by:
newInstance
in classAbstractPatch.Builder<PasswordPatch,PasswordPatch.Builder>
-
onSyncope
public PasswordPatch.Builder onSyncope(boolean onSyncope)
-
resource
public PasswordPatch.Builder resource(String resource)
-
resources
public PasswordPatch.Builder resources(String... resources)
-
resources
public PasswordPatch.Builder resources(Collection<String> resources)
-
-