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