public class BufferedRequest extends Object
Constructor and Description |
---|
BufferedRequest() |
Modifier and Type | Method and Description |
---|---|
static BufferedRequest |
create(String method,
String path,
CumulocityMediaType mediaType,
ResourceRepresentation representation) |
CumulocityMediaType |
getMediaType() |
String |
getMethod() |
String |
getPath() |
ResourceRepresentation |
getRepresentation() |
static BufferedRequest |
parseCsvString(String content) |
String |
toCsvString() |
public static BufferedRequest create(String method, String path, CumulocityMediaType mediaType, ResourceRepresentation representation)
public String getPath()
public CumulocityMediaType getMediaType()
public ResourceRepresentation getRepresentation()
public String getMethod()
public static BufferedRequest parseCsvString(String content)
public String toCsvString()
Copyright © 2020 (C) Cumulocity GmbH. All rights reserved.