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