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 booleanequals(Object o)Collection<GetCustomAppIntegrationOutput>getApps()inthashCode()GetCustomAppIntegrationsOutputsetApps(Collection<GetCustomAppIntegrationOutput> apps)StringtoString()
-
-
-
Method Detail
-
setApps
public GetCustomAppIntegrationsOutput setApps(Collection<GetCustomAppIntegrationOutput> apps)
-
getApps
public Collection<GetCustomAppIntegrationOutput> getApps()
-
-