Package com.mypurecloud.sdk.v2.model
Class SharepointAuthenticationProperties
java.lang.Object
com.mypurecloud.sdk.v2.model.SharepointAuthenticationProperties
- All Implemented Interfaces:
Serializable
SharepointAuthenticationProperties
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionauthenticationUrl(String authenticationUrl) The authentication URL for the connection.The client ID for the connection.booleaninthashCode()redirectUrl(String redirectUrl) The redirect URL for the connection.voidsetAuthenticationUrl(String authenticationUrl) voidsetClientId(String clientId) voidsetRedirectUrl(String redirectUrl) voidsetTenantId(String tenantId) The tenant ID for the connection.toString()
-
Constructor Details
-
SharepointAuthenticationProperties
public SharepointAuthenticationProperties() -
SharepointAuthenticationProperties
-
-
Method Details
-
authenticationUrl
The authentication URL for the connection. -
getAuthenticationUrl
-
setAuthenticationUrl
-
tenantId
The tenant ID for the connection. -
getTenantId
-
setTenantId
-
clientId
The client ID for the connection. -
getClientId
-
setClientId
-
redirectUrl
The redirect URL for the connection. -
getRedirectUrl
-
setRedirectUrl
-
equals
-
hashCode
public int hashCode() -
toString
-