Package com.saperion.ws.wrapper
Class MemberOptions
java.lang.Object
com.saperion.ws.wrapper.MemberOptions
The Class MemberOptions.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the current.int
getDeep()
Gets the deep.Gets the filter.getType()
Gets the type.void
setCurrent
(SaWsUser newCurrent) Sets the current.void
setDeep
(int newDeep) Sets the deep.void
Sets the filter.void
setType
(MemberType newType) Sets the type.
-
Constructor Details
-
MemberOptions
public MemberOptions()Instantiates a new member options.
-
-
Method Details
-
getFilter
Gets the filter.- Returns:
- the filter
-
setFilter
Sets the filter.- Parameters:
newFilter
- the new filter
-
getCurrent
Gets the current.- Returns:
- the current
-
setCurrent
Sets the current.- Parameters:
newCurrent
- the new current
-
getDeep
public int getDeep()Gets the deep.- Returns:
- the deep
-
setDeep
public void setDeep(int newDeep) Sets the deep.- Parameters:
newDeep
- the new deep
-
getType
Gets the type.- Returns:
- the type
-
setType
Sets the type.- Parameters:
newType
- the new type
-