Package net.webpdf.wsclient.openapi
Class ApplicationConfigSharePointBridge
- java.lang.Object
-
- net.webpdf.wsclient.openapi.ApplicationConfigSharePointBridge
-
public class ApplicationConfigSharePointBridge extends Object
Defines the settings for the MS SharePoint Bridge. The SharePoint Bridge can be used as an alternative (to the built-in conversion) for converting Office documents. The SharePoint Bridge requires an external installed and configured SharePoint Server.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_ENABLEDstatic StringJSON_PROPERTY_PASSWORDstatic StringJSON_PROPERTY_URLstatic StringJSON_PROPERTY_USERNAME
-
Constructor Summary
Constructors Constructor Description ApplicationConfigSharePointBridge()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApplicationConfigSharePointBridgeenabled(Boolean enabled)booleanequals(Object o)@Nullable BooleangetEnabled()When set to true the MS SharePoint bridge shall be enabled.@Nullable StringgetPassword()The password used to authenticate at the MS SharePoint converter.@Nullable StringgetUrl()Sets the URL where the MS SharePoint converter can be contacted.@Nullable StringgetUsername()The username used to authenticate at the MS SharePoint converter.inthashCode()ApplicationConfigSharePointBridgepassword(String password)voidsetEnabled(Boolean enabled)voidsetPassword(String password)voidsetUrl(String url)voidsetUsername(String username)StringtoString()ApplicationConfigSharePointBridgeurl(String url)ApplicationConfigSharePointBridgeusername(String username)
-
-
-
Field Detail
-
JSON_PROPERTY_ENABLED
public static final String JSON_PROPERTY_ENABLED
- See Also:
- Constant Field Values
-
JSON_PROPERTY_PASSWORD
public static final String JSON_PROPERTY_PASSWORD
- See Also:
- Constant Field Values
-
JSON_PROPERTY_URL
public static final String JSON_PROPERTY_URL
- See Also:
- Constant Field Values
-
JSON_PROPERTY_USERNAME
public static final String JSON_PROPERTY_USERNAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
enabled
public ApplicationConfigSharePointBridge enabled(Boolean enabled)
-
getEnabled
@Nullable public @Nullable Boolean getEnabled()
When set to true the MS SharePoint bridge shall be enabled.- Returns:
- enabled
-
setEnabled
public void setEnabled(Boolean enabled)
-
password
public ApplicationConfigSharePointBridge password(String password)
-
getPassword
@Nullable public @Nullable String getPassword()
The password used to authenticate at the MS SharePoint converter.- Returns:
- password
-
setPassword
public void setPassword(String password)
-
url
public ApplicationConfigSharePointBridge url(String url)
-
getUrl
@Nullable public @Nullable String getUrl()
Sets the URL where the MS SharePoint converter can be contacted.- Returns:
- url
-
setUrl
public void setUrl(String url)
-
username
public ApplicationConfigSharePointBridge username(String username)
-
getUsername
@Nullable public @Nullable String getUsername()
The username used to authenticate at the MS SharePoint converter.- Returns:
- username
-
setUsername
public void setUsername(String username)
-
-