Uses of Class
org.apache.syncope.common.lib.request.BooleanReplacePatchItem
-
Packages that use BooleanReplacePatchItem Package Description org.apache.syncope.common.lib.request -
-
Uses of BooleanReplacePatchItem in org.apache.syncope.common.lib.request
Methods in org.apache.syncope.common.lib.request that return BooleanReplacePatchItem Modifier and Type Method Description BooleanReplacePatchItem
UserUR. getMustChangePassword()
protected BooleanReplacePatchItem
BooleanReplacePatchItem.Builder. newInstance()
Methods in org.apache.syncope.common.lib.request with parameters of type BooleanReplacePatchItem Modifier and Type Method Description UserUR.Builder
UserUR.Builder. mustChangePassword(BooleanReplacePatchItem mustChangePassword)
void
UserUR. setMustChangePassword(BooleanReplacePatchItem mustChangePassword)
-