次の方法で共有


HTTPMethod クラス

  • java.lang.Object
    • com.microsoft.rest.ExpandableStringEnum
      • com.microsoft.azure.management.network.HTTPMethod

public final class HTTPMethod
extends com.microsoft.rest.ExpandableStringEnum<HTTPMethod>

HTTPMethod の値を定義します。

フィールドの概要

修飾子と型 フィールドと説明
static final HTTPMethod GET

HTTPMethod の静的な値 Get。

コンストラクターの概要

コンストラクター 説明
HTTPMethod()

メソッドの概要

修飾子と型 メソッドと説明
static HTTPMethod fromString(String name)

文字列表現から HTTPMethod を作成または検索します。

static java.util.Collection<HTTPMethod> values()

メソッドの継承元: com.microsoft.rest.ExpandableStringEnum

com.microsoft.rest.ExpandableStringEnum.<T>fromString com.microsoft.rest.ExpandableStringEnum.<T>values com.microsoft.rest.ExpandableStringEnum.equals com.microsoft.rest.ExpandableStringEnum.hashCode com.microsoft.rest.ExpandableStringEnum.toString com.microsoft.rest.ExpandableStringEnum.withNameValue

メソッドの継承元: java.lang.Object

java.lang.Object.clone java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

フィールドの詳細

GET

public static final HTTPMethod GET

HTTPMethod の静的な値 Get。

コンストラクターの詳細

HTTPMethod

public HTTPMethod()

メソッドの詳細

fromString

public static HTTPMethod fromString(String name)

文字列表現から HTTPMethod を作成または検索します。

Parameters:

name - 検索する名前

Returns:

対応する HTTPMethod

values

public static Collection values()

Returns:

既知の HTTPMethod 値

適用対象