public enum Include extends EnumSE<Include>
列挙型定数と説明 |
---|
AUTHORIZATION_HEADER 認可ヘッダーを含めます(存在する場合)。 |
COOKIE_HEADERS リクエストヘッダーに "Cookie" ヘッダー(ある場合)を含め、レスポンスヘッダーに "Set-Cookie" (ある場合)を含めます。 |
PRINCIPAL プリンシパルを含めます。 |
REMOTE_ADDRESS リモートアドレスを含めます。 |
REQUEST_HEADERS リクエストヘッダーを含めます。 |
RESPONSE_HEADERS レスポンスヘッダーを含めます。 |
SESSION_ID セッション ID を含めます。 |
TIME_TAKEN リクエストの処理にかかる時間をミリ秒単位で含めます。 |
修飾子と型 | メソッドと説明 |
---|---|
static SetSE<Include> | defaultIncludes() デフォルトの Include を返します。 |
static Include | valueOf(StringSE name) 指定された名前を持つこの型の列挙定数を返します。 |
static Include[] | values() この列挙型の定数を含む配列を、宣言されている順序で返します。 |
cloneSE, compareToSE, equalsSE, finalizeSE, getDeclaringClassSE, hashCodeSE, nameSE, ordinalSE, toStringSE, valueOfSE
getClassSE, notifySE, notifyAllSE, waitSE, waitSE, waitSE
public static final Include REQUEST_HEADERS
public static final Include RESPONSE_HEADERS
public static final Include COOKIE_HEADERS
public static final Include AUTHORIZATION_HEADER
public static final Include PRINCIPAL
public static final Include REMOTE_ADDRESS
public static final Include SESSION_ID
public static final Include TIME_TAKEN
public static Include[] values()
for (Include c : Include.values()) System.out.println(c);
public static Include valueOf(StringSE name)
name
- 返される列挙定数の名前。IllegalArgumentExceptionSE
- この列挙型に指定された名前の定数がない場合 NullPointerExceptionSE
- 引数が null の場合 Copyright © 2019 Pivotal Software, Inc.. All rights reserved.