Package net.webpdf.wsclient.openapi
Class ApplicationConfigSharePointBridgeApp
- java.lang.Object
-
- net.webpdf.wsclient.openapi.ApplicationConfigSharePointBridgeApp
-
public class ApplicationConfigSharePointBridgeApp extends Object
Defines the settings for the registered application on the Microsoft identity platform for access to the SharePoint Online site
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_APPLICATION_IDstatic StringJSON_PROPERTY_CLIENT_SECRETstatic StringJSON_PROPERTY_TENANT_ID
-
Constructor Summary
Constructors Constructor Description ApplicationConfigSharePointBridgeApp()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApplicationConfigSharePointBridgeAppapplicationId(String applicationId)ApplicationConfigSharePointBridgeAppclientSecret(String clientSecret)booleanequals(Object o)@Nullable StringgetApplicationId()The ID of the application that was assigned during creation@Nullable StringgetClientSecret()The secret that was generated for the application@Nullable StringgetTenantId()The id of the tenant to which the application belongsinthashCode()voidsetApplicationId(String applicationId)voidsetClientSecret(String clientSecret)voidsetTenantId(String tenantId)ApplicationConfigSharePointBridgeApptenantId(String tenantId)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_APPLICATION_ID
public static final String JSON_PROPERTY_APPLICATION_ID
- See Also:
- Constant Field Values
-
JSON_PROPERTY_CLIENT_SECRET
public static final String JSON_PROPERTY_CLIENT_SECRET
- See Also:
- Constant Field Values
-
JSON_PROPERTY_TENANT_ID
public static final String JSON_PROPERTY_TENANT_ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
applicationId
public ApplicationConfigSharePointBridgeApp applicationId(String applicationId)
-
getApplicationId
@Nullable public @Nullable String getApplicationId()
The ID of the application that was assigned during creation- Returns:
- applicationId
-
setApplicationId
public void setApplicationId(String applicationId)
-
clientSecret
public ApplicationConfigSharePointBridgeApp clientSecret(String clientSecret)
-
getClientSecret
@Nullable public @Nullable String getClientSecret()
The secret that was generated for the application- Returns:
- clientSecret
-
setClientSecret
public void setClientSecret(String clientSecret)
-
tenantId
public ApplicationConfigSharePointBridgeApp tenantId(String tenantId)
-
getTenantId
@Nullable public @Nullable String getTenantId()
The id of the tenant to which the application belongs- Returns:
- tenantId
-
setTenantId
public void setTenantId(String tenantId)
-
-