Class CreatePublishedAppIntegrationOutput
- java.lang.Object
-
- com.databricks.sdk.service.oauth2.CreatePublishedAppIntegrationOutput
-
@Generated public class CreatePublishedAppIntegrationOutput extends Object
-
-
Constructor Summary
Constructors Constructor Description CreatePublishedAppIntegrationOutput()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetIntegrationId()inthashCode()CreatePublishedAppIntegrationOutputsetIntegrationId(String integrationId)StringtoString()
-
-
-
Method Detail
-
setIntegrationId
public CreatePublishedAppIntegrationOutput setIntegrationId(String integrationId)
-
getIntegrationId
public String getIntegrationId()
-
-