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 booleanequals(Object o)StringgetIntegrationId()inthashCode()DeleteCustomAppIntegrationRequestsetIntegrationId(String integrationId)StringtoString()
-
-
-
Method Detail
-
setIntegrationId
public DeleteCustomAppIntegrationRequest setIntegrationId(String integrationId)
-
getIntegrationId
public String getIntegrationId()
-
-