We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2fc5b5 commit ed4e616Copy full SHA for ed4e616
src/main/java/com/auth0/json/mgmt/organizations/EnabledConnection.java
@@ -101,6 +101,7 @@ public void setShowAsButton(Boolean showAsButton) {
101
/**
102
* @return whether signup is enabled for this connection.
103
*/
104
+ @JsonProperty("is_signup_enabled")
105
public Boolean getSignupEnabled() {
106
return isSignupEnabled;
107
}
@@ -109,6 +110,7 @@ public Boolean getSignupEnabled() {
109
110
* Sets whether signup is enabled for this connection.
111
* @param signupEnabled {@code true} to enable signup, {@code false} to disable it.
112
113
114
public void setSignupEnabled(Boolean signupEnabled) {
115
isSignupEnabled = signupEnabled;
116
0 commit comments