Uses of Class
org.apache.syncope.common.lib.request.StringReplacePatchItem
Packages that use StringReplacePatchItem
-
Uses of StringReplacePatchItem in org.apache.syncope.common.lib.request
Subclasses of StringReplacePatchItem in org.apache.syncope.common.lib.requestModifier and TypeClassDescriptionclassclassResource Association Request.classMethods in org.apache.syncope.common.lib.request that return StringReplacePatchItemModifier and TypeMethodDescriptionAnyUR.getGManager()AnyObjectUR.getName()GroupUR.getName()AnyUR.getRealm()UserUR.getSecurityAnswer()UserUR.getSecurityQuestion()AnyUR.getUManager()UserUR.getUsername()protected StringReplacePatchItemStringReplacePatchItem.Builder.newInstance()Methods in org.apache.syncope.common.lib.request with parameters of type StringReplacePatchItemModifier and TypeMethodDescriptionAnyUR.Builder.gManager(StringReplacePatchItem gManager) AnyObjectUR.Builder.name(StringReplacePatchItem name) GroupUR.Builder.name(StringReplacePatchItem name) AnyUR.Builder.realm(StringReplacePatchItem realm) UserUR.Builder.securityAnswer(StringReplacePatchItem securityAnswer) UserUR.Builder.securityQuestion(StringReplacePatchItem securityQuestion) voidAnyUR.setGManager(StringReplacePatchItem gManager) voidAnyObjectUR.setName(StringReplacePatchItem name) voidGroupUR.setName(StringReplacePatchItem name) voidAnyUR.setRealm(StringReplacePatchItem realm) voidUserUR.setSecurityAnswer(StringReplacePatchItem securityAnswer) voidUserUR.setSecurityQuestion(StringReplacePatchItem securityQuestion) voidAnyUR.setUManager(StringReplacePatchItem uManager) voidUserUR.setUsername(StringReplacePatchItem username) AnyUR.Builder.uManager(StringReplacePatchItem uManager) UserUR.Builder.username(StringReplacePatchItem username)