public class RequestInfo extends Object
| Modifier and Type | Method and Description |
|---|---|
static RequestInfo |
createModelRequestInfo(List<String> modelParts,
Map<String,List<String>> queryParameters,
boolean hierarchySatisfied) |
static RequestInfo |
createOperationRequestInfo(List<String> modelParts,
String operationName,
Map<String,List<String>> queryParameters) |
static RequestInfo |
createPreferencesRequestInfo(List<String> modelParts,
List<String> preferencesParts) |
static RequestInfo |
createPreferencesRequestInfo(List<String> modelParts,
List<String> preferencesParts,
Map<String,List<String>> queryParameters) |
static RequestInfo |
createVisiblePreferencesRequestInfo(List<String> modelParts,
List<String> preferencesParts,
Map<String,List<String>> queryParameters) |
List<String> |
getModelParts() |
String |
getOperationName() |
List<String> |
getPreferencesParts() |
Map<String,List<String>> |
getQueryParameters() |
RequestType |
getType() |
boolean |
hasWildcard() |
boolean |
isSingletonRequest() |
public static RequestInfo createModelRequestInfo(List<String> modelParts, Map<String,List<String>> queryParameters, boolean hierarchySatisfied)
public static RequestInfo createOperationRequestInfo(List<String> modelParts, String operationName, Map<String,List<String>> queryParameters)
public static RequestInfo createPreferencesRequestInfo(List<String> modelParts, List<String> preferencesParts)
public static RequestInfo createPreferencesRequestInfo(List<String> modelParts, List<String> preferencesParts, Map<String,List<String>> queryParameters)
public static RequestInfo createVisiblePreferencesRequestInfo(List<String> modelParts, List<String> preferencesParts, Map<String,List<String>> queryParameters)
public RequestType getType()
public String getOperationName()
public boolean hasWildcard()
public boolean isSingletonRequest()
Copyright © 2006–2020 The Apache Software Foundation. All rights reserved.