Uses of Class
com.consol.citrus.model.testcase.http.ServerRequestType.Body
-
Packages that use ServerRequestType.Body Package Description com.consol.citrus.model.testcase.http -
-
Uses of ServerRequestType.Body in com.consol.citrus.model.testcase.http
Fields in com.consol.citrus.model.testcase.http declared as ServerRequestType.Body Modifier and Type Field Description protected ServerRequestType.BodyServerRequestType. bodyMethods in com.consol.citrus.model.testcase.http that return ServerRequestType.Body Modifier and Type Method Description ServerRequestType.BodyObjectFactory. createServerRequestTypeBody()Create an instance ofServerRequestType.BodyServerRequestType.BodyServerRequestType. getBody()Ruft den Wert der body-Eigenschaft ab.Methods in com.consol.citrus.model.testcase.http with parameters of type ServerRequestType.Body Modifier and Type Method Description voidServerRequestType. setBody(ServerRequestType.Body value)Legt den Wert der body-Eigenschaft fest.
-