| Package | Description |
|---|---|
| io.konig.ldp | |
| io.konig.ldp.impl |
| Modifier and Type | Method and Description |
|---|---|
HttpMethod |
LdpRequest.getMethod() |
static HttpMethod |
HttpMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpMethod[] |
HttpMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
RequestBuilder |
RequestBuilder.method(HttpMethod method) |
| Modifier and Type | Method and Description |
|---|---|
HttpMethod |
LdpRequestImpl.getMethod() |
| Modifier and Type | Method and Description |
|---|---|
RequestBuilder |
RequestBuilderImpl.method(HttpMethod method) |
| Constructor and Description |
|---|
LdpRequestImpl(HttpMethod method,
String resourceId,
AcceptList acceptList,
byte[] body,
Map<String,String> headerMap) |
Copyright © 2019. All rights reserved.