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 booleanequals(Object o)Collection<GetPublishedAppIntegrationOutput>getApps()inthashCode()GetPublishedAppIntegrationsOutputsetApps(Collection<GetPublishedAppIntegrationOutput> apps)StringtoString()
-
-
-
Method Detail
-
setApps
public GetPublishedAppIntegrationsOutput setApps(Collection<GetPublishedAppIntegrationOutput> apps)
-
getApps
public Collection<GetPublishedAppIntegrationOutput> getApps()
-
-