修飾子と型 | クラスと説明 |
---|---|
static interface | ContentDisposition.Builder ContentDisposition の可変ビルダー。 |
修飾子と型 | メソッドと説明 |
---|---|
static ContentDisposition.Builder | builder(StringSE type) ContentDisposition のビルダーを返します。 |
static ContentDisposition | empty() 空のコンテンツ処理を返します。 |
boolean | equals(ObjectSE other) |
CharsetSE | getCharset() filename * パラメーターで定義された文字セットを返します。定義されていない場合は null を返します。 |
ZonedDateTimeSE | getCreationDate() 使用すべきではありません。 5.2.3 以降は RFC 6266、付録 V に準拠していますが、将来のリリースで削除される予定です。 |
StringSE | getFilename() filename パラメーターの値(または RFC 5987 で定義されているようにデコードされた filename * の値)、または定義されていない場合は null を返します。 |
ZonedDateTimeSE | getModificationDate() 使用すべきではありません。 5.2.3 以降は RFC 6266、付録 V に準拠していますが、将来のリリースで削除される予定です。 |
StringSE | getName() name パラメーターの値、または定義されていない場合は null を返します。 |
ZonedDateTimeSE | getReadDate() 使用すべきではありません。 5.2.3 以降は RFC 6266、付録 V に準拠していますが、将来のリリースで削除される予定です。 |
LongSE | getSize() 使用すべきではありません。 5.2.3 以降は RFC 6266、付録 V に準拠していますが、将来のリリースで削除される予定です。 |
StringSE | getType() 定義されていない場合は、インライン、添付ファイル、フォームデータ、 null などの処理型を返します。 |
int | hashCode() |
static ContentDisposition | parse(StringSE contentDisposition) RFC 2183 で定義されている Content-Disposition ヘッダー値を解析します。 |
StringSE | toString() RFC 6266 で定義されているこのコンテンツの後処理のヘッダー値を返します。 |
cloneSE, finalizeSE, getClassSE, notifySE, notifyAllSE, waitSE, waitSE, waitSE
@Nullable public StringSE getFilename()
null
を返します。@Nullable public CharsetSE getCharset()
null
を返します。@DeprecatedSE @Nullable public LongSE getSize()
null
の値を返します。@DeprecatedSE @Nullable public ZonedDateTimeSE getCreationDate()
null
を返します。@DeprecatedSE @Nullable public ZonedDateTimeSE getModificationDate()
null
を返します。@DeprecatedSE @Nullable public ZonedDateTimeSE getReadDate()
null
を返します。public int hashCode()
ObjectSE
の hashCodeSE
public StringSE toString()
ObjectSE
の toStringSE
parse(String)
public static ContentDisposition.Builder builder(StringSE type)
ContentDisposition
のビルダーを返します。type
- インライン、添付ファイル、フォームデータなどの処理型 public static ContentDisposition empty()
public static ContentDisposition parse(StringSE contentDisposition)
contentDisposition
- Content-Disposition ヘッダー値 toString()