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 SaWsGroupKindSaWsGroupKind. fromBackend(com.saperion.intf.SaUserInfo.GroupKind type)From backend.SaWsGroupKindSaWsUser. getType()Gets the type.static SaWsGroupKindSaWsGroupKind. 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 voidSaWsUser. setType(SaWsGroupKind newType)Sets the type.
-