インターフェースの使用
org.springframework.http.RequestEntity.HeadersBuilder
RequestEntity.HeadersBuilder を使用するパッケージ
org.springframework.http 内の RequestEntity.HeadersBuilder 使用
型 RequestEntity.HeadersBuilder の型パラメーターを持つ org.springframework.http のクラス修飾子と型インターフェース説明static interfaceRequestEntity.HeadersBuilder<B extends RequestEntity.HeadersBuilder<B>>リクエストエンティティにヘッダーを追加するビルダーを定義します。org.springframework.http 内の RequestEntity.HeadersBuilder サブインターフェース修飾子と型メソッド説明static RequestEntity.HeadersBuilder<?> 指定された文字列ベースの URI テンプレートを使用して HTTP DELETE ビルダーを作成します。static RequestEntity.HeadersBuilder<?> 指定された URL で HTTP DELETE ビルダーを作成します。static RequestEntity.HeadersBuilder<?> 指定された文字列ベースの URI テンプレートを使用して HTTP GET ビルダーを作成します。static RequestEntity.HeadersBuilder<?> 指定された URL で HTTP GET ビルダーを作成します。static RequestEntity.HeadersBuilder<?> 指定された文字列ベースの URI テンプレートを使用して HTTP HEAD ビルダーを作成します。static RequestEntity.HeadersBuilder<?> 指定された URL で HTTP HEAD ビルダーを作成します。static RequestEntity.HeadersBuilder<?> 指定された文字列ベースの URI テンプレートを使用して HTTP OPTIONS ビルダーを作成します。static RequestEntity.HeadersBuilder<?> 指定された URL で HTTP OPTIONS ビルダーを作成します。