Package net.webpdf.wsclient.openapi
Class ApplicationConfigSharePointBridgeSite
- java.lang.Object
-
- net.webpdf.wsclient.openapi.ApplicationConfigSharePointBridgeSite
-
public class ApplicationConfigSharePointBridgeSite extends Object
Defines the name of the Sharepoint Online site that is used for document conversion. Access to the site must be configured as a registered application on the Microsoft identity platform
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_SITE_NAME
-
Constructor Summary
Constructors Constructor Description ApplicationConfigSharePointBridgeSite()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)@Nullable StringgetSiteName()The name of the site to be used for converting the documentsinthashCode()voidsetSiteName(String siteName)ApplicationConfigSharePointBridgeSitesiteName(String siteName)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_SITE_NAME
public static final String JSON_PROPERTY_SITE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
siteName
public ApplicationConfigSharePointBridgeSite siteName(String siteName)
-
getSiteName
@Nullable public @Nullable String getSiteName()
The name of the site to be used for converting the documents- Returns:
- siteName
-
setSiteName
public void setSiteName(String siteName)
-
-