Class CreateOAuthEnrollment
- java.lang.Object
-
- com.databricks.sdk.service.oauth2.CreateOAuthEnrollment
-
@Generated public class CreateOAuthEnrollment extends Object
-
-
Constructor Summary
Constructors Constructor Description CreateOAuthEnrollment()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Boolean
getEnableAllPublishedApps()
int
hashCode()
CreateOAuthEnrollment
setEnableAllPublishedApps(Boolean enableAllPublishedApps)
String
toString()
-
-
-
Method Detail
-
setEnableAllPublishedApps
public CreateOAuthEnrollment setEnableAllPublishedApps(Boolean enableAllPublishedApps)
-
getEnableAllPublishedApps
public Boolean getEnableAllPublishedApps()
-
-