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 booleanequals(Object o)BooleangetEnableAllPublishedApps()inthashCode()CreateOAuthEnrollmentsetEnableAllPublishedApps(Boolean enableAllPublishedApps)StringtoString()
-
-
-
Method Detail
-
setEnableAllPublishedApps
public CreateOAuthEnrollment setEnableAllPublishedApps(Boolean enableAllPublishedApps)
-
getEnableAllPublishedApps
public Boolean getEnableAllPublishedApps()
-
-