All Downloads are FREE. Search and download functionalities are using the official Maven repository.

edu.internet2.middleware.grouper.ws.rest.stem.WsRestFindStemsRequestWrapper Maven / Gradle / Ivy

There is a newer version: 5.13.5
Show newest version
package edu.internet2.middleware.grouper.ws.rest.stem;

import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;

@ApiModel(description = "Request body to find stems")
public class WsRestFindStemsRequestWrapper {

  private WsRestFindStemsRequest wsRestFindStemsRequest;
  
  @ApiModelProperty(name = "WsRestFindStemsRequest", value = "Identifies the request as a find stems request")
  public WsRestFindStemsRequest getWsRestFindStemsRequest() {
    return wsRestFindStemsRequest;
  }

  
  public void setWsRestFindStemsRequest(
      WsRestFindStemsRequest wsRestFindStemsRequest) {
    this.wsRestFindStemsRequest = wsRestFindStemsRequest;
  }
  
  
  
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy