Class GetCustomAppIntegrationsOutput
- java.lang.Object
-
- com.databricks.sdk.service.oauth2.GetCustomAppIntegrationsOutput
-
@Generated public class GetCustomAppIntegrationsOutput extends Object
-
-
Constructor Summary
Constructors Constructor Description GetCustomAppIntegrationsOutput()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Collection<GetCustomAppIntegrationOutput>
getApps()
int
hashCode()
GetCustomAppIntegrationsOutput
setApps(Collection<GetCustomAppIntegrationOutput> apps)
String
toString()
-
-
-
Method Detail
-
setApps
public GetCustomAppIntegrationsOutput setApps(Collection<GetCustomAppIntegrationOutput> apps)
-
getApps
public Collection<GetCustomAppIntegrationOutput> getApps()
-
-