Uses of Class
com.saperion.ws.wrapper.SaWsAuthorizedUser
-
Packages that use SaWsAuthorizedUser Package Description com.saperion.ws.wrapper Package for ws wrapper classes. -
-
Uses of SaWsAuthorizedUser in com.saperion.ws.wrapper
Methods in com.saperion.ws.wrapper that return types with arguments of type SaWsAuthorizedUser Modifier and Type Method Description java.util.List<SaWsAuthorizedUser>
SaWsAuthorizedUsers. getMembers()
Returns the authorized user members.Method parameters in com.saperion.ws.wrapper with type arguments of type SaWsAuthorizedUser Modifier and Type Method Description void
SaWsAuthorizedUsers. setMembers(java.util.List<SaWsAuthorizedUser> users)
Sets the members (List of SaWsAuthorizedUser) of authorized users.
-