|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.grouper.ws.rest.member.WsRestAddMemberRequest
public class WsRestAddMemberRequest
bean that will be the data from rest request
for method
Constructor Summary | |
---|---|
WsRestAddMemberRequest()
|
Method Summary | |
---|---|
WsSubjectLookup |
getActAsSubjectLookup()
who to act as if not the connecting user |
String |
getClientVersion()
|
String |
getDisabledTime()
date this membership will be disabled, yyyy/MM/dd HH:mm:ss.SSS |
String |
getEnabledTime()
date this membership will be enabled, yyyy/MM/dd HH:mm:ss.SSS |
String |
getFieldName()
|
String |
getIncludeGroupDetail()
|
String |
getIncludeSubjectDetail()
|
WsParam[] |
getParams()
|
String |
getReplaceAllExisting()
|
String[] |
getSubjectAttributeNames()
|
WsSubjectLookup[] |
getSubjectLookups()
subjects to assign to |
String |
getTxType()
|
WsGroupLookup |
getWsGroupLookup()
|
GrouperRestHttpMethod |
retrieveRestHttpMethod()
see which http method this is supposed to be associated with, and override whatever was passed in |
void |
setActAsSubjectLookup(WsSubjectLookup actAsSubjectLookup1)
who to act as if not the connecting user |
void |
setClientVersion(String clientVersion1)
|
void |
setDisabledTime(String disabledTime1)
date this membership will be disabled, yyyy/MM/dd HH:mm:ss.SSS |
void |
setEnabledTime(String enabledTime1)
date this membership will be enabled, yyyy/MM/dd HH:mm:ss.SSS |
void |
setFieldName(String fieldName1)
|
void |
setIncludeGroupDetail(String includeGroupDetail1)
|
void |
setIncludeSubjectDetail(String includeSubjectDetail1)
|
void |
setParams(WsParam[] params1)
|
void |
setReplaceAllExisting(String replaceAllExisting1)
|
void |
setSubjectAttributeNames(String[] subjectAttributeNames1)
|
void |
setSubjectLookups(WsSubjectLookup[] subjectLookups1)
subjects to assign to |
void |
setTxType(String txType1)
|
void |
setWsGroupLookup(WsGroupLookup wsGroupLookup1)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WsRestAddMemberRequest()
Method Detail |
---|
public String getDisabledTime()
public void setDisabledTime(String disabledTime1)
disabledTime1
- public String getEnabledTime()
public void setEnabledTime(String enabledTime1)
enabledTime1
- public String getClientVersion()
public void setClientVersion(String clientVersion1)
clientVersion1
- the clientVersion to setpublic WsGroupLookup getWsGroupLookup()
public void setWsGroupLookup(WsGroupLookup wsGroupLookup1)
wsGroupLookup1
- the wsGroupLookup to setpublic WsSubjectLookup[] getSubjectLookups()
public void setSubjectLookups(WsSubjectLookup[] subjectLookups1)
subjectLookups1
- the subjectLookups to setpublic String getReplaceAllExisting()
public void setReplaceAllExisting(String replaceAllExisting1)
replaceAllExisting1
- the replaceAllExisting to setpublic WsSubjectLookup getActAsSubjectLookup()
public void setActAsSubjectLookup(WsSubjectLookup actAsSubjectLookup1)
actAsSubjectLookup1
- the actAsSubjectLookup to setpublic String getFieldName()
public void setFieldName(String fieldName1)
fieldName1
- the fieldName to setpublic String getTxType()
public void setTxType(String txType1)
txType1
- the txType to setpublic String getIncludeGroupDetail()
public void setIncludeGroupDetail(String includeGroupDetail1)
includeGroupDetail1
- the includeGroupDetail to setpublic String getIncludeSubjectDetail()
public void setIncludeSubjectDetail(String includeSubjectDetail1)
includeSubjectDetail1
- the includeSubjectDetail to setpublic String[] getSubjectAttributeNames()
public void setSubjectAttributeNames(String[] subjectAttributeNames1)
subjectAttributeNames1
- the subjectAttributeNames to setpublic WsParam[] getParams()
public void setParams(WsParam[] params1)
params1
- the params to setpublic GrouperRestHttpMethod retrieveRestHttpMethod()
WsRequestBean
retrieveRestHttpMethod
in interface WsRequestBean
WsRequestBean.retrieveRestHttpMethod()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |