public final class WebOperationRequestPredicate extends ObjectSE
| コンストラクターと説明 |
|---|
WebOperationRequestPredicate(StringSE path, WebEndpointHttpMethod httpMethod, CollectionSE<StringSE> consumes, CollectionSE<StringSE> produces) 新しい OperationRequestPredicate を作成します。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
boolean | equals(ObjectSE obj) |
CollectionSE<StringSE> | getConsumes() 操作が消費するメディア型を返します。 |
WebEndpointHttpMethod | getHttpMethod() 操作の HTTP メソッドを返します。 |
StringSE | getPath() 操作のパスを返します。 |
CollectionSE<StringSE> | getProduces() 操作が生成するメディア型を返します。 |
int | hashCode() |
StringSE | toString() |
cloneSE, finalizeSE, getClassSE, notifySE, notifyAllSE, waitSE, waitSE, waitSEpublic WebOperationRequestPredicate(StringSE path, WebEndpointHttpMethod httpMethod, CollectionSE<StringSE> consumes, CollectionSE<StringSE> produces)
OperationRequestPredicate を作成します。path - 操作のパス httpMethod - 操作がサポートする HTTP メソッド produces - 操作が生成するメディア型 consumes - 操作が消費するメディア型 public StringSE getPath()
public WebEndpointHttpMethod getHttpMethod()
public CollectionSE<StringSE> getConsumes()
public CollectionSE<StringSE> getProduces()
public int hashCode()
ObjectSE の hashCodeSE public StringSE toString()
ObjectSE の toStringSE Copyright © 2019 Pivotal Software, Inc.. All rights reserved.