Class GetPublishedAppIntegrationOutput
- java.lang.Object
-
- com.databricks.sdk.service.oauth2.GetPublishedAppIntegrationOutput
-
@Generated public class GetPublishedAppIntegrationOutput extends Object
-
-
Constructor Summary
Constructors Constructor Description GetPublishedAppIntegrationOutput()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getAppId()
String
getIntegrationId()
String
getName()
TokenAccessPolicy
getTokenAccessPolicy()
int
hashCode()
GetPublishedAppIntegrationOutput
setAppId(String appId)
GetPublishedAppIntegrationOutput
setIntegrationId(String integrationId)
GetPublishedAppIntegrationOutput
setName(String name)
GetPublishedAppIntegrationOutput
setTokenAccessPolicy(TokenAccessPolicy tokenAccessPolicy)
String
toString()
-
-
-
Method Detail
-
setAppId
public GetPublishedAppIntegrationOutput setAppId(String appId)
-
getAppId
public String getAppId()
-
setIntegrationId
public GetPublishedAppIntegrationOutput setIntegrationId(String integrationId)
-
getIntegrationId
public String getIntegrationId()
-
setName
public GetPublishedAppIntegrationOutput setName(String name)
-
getName
public String getName()
-
setTokenAccessPolicy
public GetPublishedAppIntegrationOutput setTokenAccessPolicy(TokenAccessPolicy tokenAccessPolicy)
-
getTokenAccessPolicy
public TokenAccessPolicy getTokenAccessPolicy()
-
-