public static class ContentType.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ContentType.Builder |
accept(String s) |
ContentType |
build() |
ContentType.Builder |
charset(String s) |
ContentType.Builder |
contentType(String s) |
ContentType.Builder |
soapAction(String s) |
public ContentType.Builder contentType(String s)
public ContentType.Builder soapAction(String s)
public ContentType.Builder accept(String s)
public ContentType.Builder charset(String s)
public ContentType build()
Copyright © 2015 Oracle Corporation. All rights reserved.