Class WsRestHasMemberLiteRequest

java.lang.Object
edu.internet2.middleware.grouper.ws.rest.group.WsRestHasMemberLiteRequest
All Implemented Interfaces:
WsRequestBean

public class WsRestHasMemberLiteRequest extends Object implements WsRequestBean
lite bean that will be the data from rest request
See Also:
  • for lite method
  • Constructor Details

    • WsRestHasMemberLiteRequest

      public WsRestHasMemberLiteRequest()
  • Method Details

    • getClientVersion

      public String getClientVersion()
      Returns:
      field
    • setClientVersion

      public void setClientVersion(String clientVersion1)
      Parameters:
      clientVersion1 -
    • getGroupName

      public String getGroupName()
      Returns:
      field
    • setGroupName

      public void setGroupName(String groupName1)
      Parameters:
      groupName1 -
    • getGroupUuid

      public String getGroupUuid()
      Returns:
      field
    • setGroupUuid

      public void setGroupUuid(String groupUuid1)
      Parameters:
      groupUuid1 -
    • getSubjectId

      public String getSubjectId()
      Returns:
      field
    • setSubjectId

      public void setSubjectId(String subjectId1)
      Parameters:
      subjectId1 -
    • getSubjectSourceId

      public String getSubjectSourceId()
      Returns:
      field
    • setSubjectSourceId

      public void setSubjectSourceId(String subjectSource1)
      Parameters:
      subjectSource1 -
    • getSubjectIdentifier

      public String getSubjectIdentifier()
      Returns:
      field
    • setSubjectIdentifier

      public void setSubjectIdentifier(String subjectIdentifier1)
      Parameters:
      subjectIdentifier1 -
    • getActAsSubjectId

      public String getActAsSubjectId()
      Returns:
      field
    • setActAsSubjectId

      public void setActAsSubjectId(String actAsSubjectId1)
      Parameters:
      actAsSubjectId1 -
    • getActAsSubjectSourceId

      public String getActAsSubjectSourceId()
      Returns:
      field
    • setActAsSubjectSourceId

      public void setActAsSubjectSourceId(String actAsSubjectSource1)
      Parameters:
      actAsSubjectSource1 -
    • getActAsSubjectIdentifier

      public String getActAsSubjectIdentifier()
      Returns:
      field
    • setActAsSubjectIdentifier

      public void setActAsSubjectIdentifier(String actAsSubjectIdentifier1)
      Parameters:
      actAsSubjectIdentifier1 -
    • getFieldName

      public String getFieldName()
      Returns:
      field
    • setFieldName

      public void setFieldName(String fieldName1)
      Parameters:
      fieldName1 -
    • getIncludeGroupDetail

      public String getIncludeGroupDetail()
      Returns:
      field
    • setIncludeGroupDetail

      public void setIncludeGroupDetail(String includeGroupDetail1)
      Parameters:
      includeGroupDetail1 -
    • getIncludeSubjectDetail

      public String getIncludeSubjectDetail()
      Returns:
      field
    • setIncludeSubjectDetail

      public void setIncludeSubjectDetail(String includeSubjectDetail1)
      Parameters:
      includeSubjectDetail1 -
    • getSubjectAttributeNames

      public String getSubjectAttributeNames()
      Returns:
      field
    • setSubjectAttributeNames

      public void setSubjectAttributeNames(String subjectAttributeNames1)
      Parameters:
      subjectAttributeNames1 -
    • getParamName0

      public String getParamName0()
      Returns:
      field
    • setParamName0

      public void setParamName0(String _paramName0)
      Parameters:
      _paramName0 -
    • getParamValue0

      public String getParamValue0()
      Returns:
      field
    • setParamValue0

      public void setParamValue0(String _paramValue0)
      Parameters:
      _paramValue0 -
    • getParamName1

      public String getParamName1()
      Returns:
      field
    • setParamName1

      public void setParamName1(String _paramName1)
      Parameters:
      _paramName1 -
    • getParamValue1

      public String getParamValue1()
      Returns:
      field
    • setParamValue1

      public void setParamValue1(String _paramValue1)
      Parameters:
      _paramValue1 -
    • retrieveRestHttpMethod

      public GrouperRestHttpMethod retrieveRestHttpMethod()
      Description copied from interface: WsRequestBean
      see which http method this is supposed to be associated with, and override whatever was passed in
      Specified by:
      retrieveRestHttpMethod in interface WsRequestBean
      Returns:
      the method
      See Also:
    • getMemberFilter

      public String getMemberFilter()
      Returns:
      the memberFilter
    • setMemberFilter

      public void setMemberFilter(String memberFilter1)
      Parameters:
      memberFilter1 - the memberFilter to set
    • getPointInTimeFrom

      public String getPointInTimeFrom()
      To query members at a certain point in time or time range in the past, set this value and/or the value of pointInTimeTo. This parameter specifies the start of the range of the point in time query. If this is specified but pointInTimeTo is not specified, then the point in time query range will be from the time specified to now. Format: yyyy/MM/dd HH:mm:ss.SSS
      Returns:
      the pointInTimeFrom
    • setPointInTimeFrom

      public void setPointInTimeFrom(String pointInTimeFrom1)
      To query members at a certain point in time or time range in the past, set this value and/or the value of pointInTimeTo. This parameter specifies the start of the range of the point in time query. If this is specified but pointInTimeTo is not specified, then the point in time query range will be from the time specified to now. Format: yyyy/MM/dd HH:mm:ss.SSS
      Parameters:
      pointInTimeFrom1 - the pointInTimeFrom to set
    • getPointInTimeTo

      public String getPointInTimeTo()
      To query members at a certain point in time or time range in the past, set this value and/or the value of pointInTimeFrom. This parameter specifies the end of the range of the point in time query. If this is the same as pointInTimeFrom, then the query will be done at a single point in time rather than a range. If this is specified but pointInTimeFrom is not specified, then the point in time query range will be from the minimum point in time to the time specified. Format: yyyy/MM/dd HH:mm:ss.SSS
      Returns:
      the pointInTimeTo
    • setPointInTimeTo

      public void setPointInTimeTo(String pointInTimeTo1)
      To query members at a certain point in time or time range in the past, set this value and/or the value of pointInTimeFrom. This parameter specifies the end of the range of the point in time query. If this is the same as pointInTimeFrom, then the query will be done at a single point in time rather than a range. If this is specified but pointInTimeFrom is not specified, then the point in time query range will be from the minimum point in time to the time specified. Format: yyyy/MM/dd HH:mm:ss.SSS
      Parameters:
      pointInTimeTo1 - the pointInTimeTo to set