Class GetPublishedAppIntegrationRequest
- java.lang.Object
-
- com.databricks.sdk.service.oauth2.GetPublishedAppIntegrationRequest
-
@Generated public class GetPublishedAppIntegrationRequest extends Object
Get OAuth Published App Integration
-
-
Constructor Summary
Constructors Constructor Description GetPublishedAppIntegrationRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getIntegrationId()
int
hashCode()
GetPublishedAppIntegrationRequest
setIntegrationId(String integrationId)
String
toString()
-
-
-
Method Detail
-
setIntegrationId
public GetPublishedAppIntegrationRequest setIntegrationId(String integrationId)
-
getIntegrationId
public String getIntegrationId()
-
-