Uses of Class
com.saperion.ws.wrapper.SaWsGroupKind
-
Packages that use SaWsGroupKind Package Description com.saperion.ws.wrapper Package for ws wrapper classes. -
-
Uses of SaWsGroupKind in com.saperion.ws.wrapper
Methods in com.saperion.ws.wrapper that return SaWsGroupKind Modifier and Type Method Description static SaWsGroupKind
SaWsGroupKind. fromBackend(com.saperion.intf.SaUserInfo.GroupKind type)
From backend.SaWsGroupKind
SaWsUser. getType()
Gets the type.static SaWsGroupKind
SaWsGroupKind. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SaWsGroupKind[]
SaWsGroupKind. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.saperion.ws.wrapper with parameters of type SaWsGroupKind Modifier and Type Method Description void
SaWsUser. setType(SaWsGroupKind newType)
Sets the type.
-