public class LoginOptionRepresentation extends AbstractExtensibleRepresentation
Modifier and Type | Class and Description |
---|---|
static class |
LoginOptionRepresentation.LoginOptionRepresentationBuilder |
Constructor and Description |
---|
LoginOptionRepresentation() |
LoginOptionRepresentation(String id,
String type,
String initRequest,
String buttonName,
String grantType,
String userManagementSource,
Boolean visibleOnLoginPage,
String tfaStrategy) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getButtonName() |
String |
getGrantType() |
String |
getId() |
String |
getInitRequest() |
String |
getTfaStrategy() |
String |
getType() |
String |
getUserManagementSource() |
Boolean |
getVisibleOnLoginPage() |
int |
hashCode() |
static LoginOptionRepresentation.LoginOptionRepresentationBuilder |
loginOptionRepresentation() |
void |
setButtonName(String buttonName) |
void |
setGrantType(String grantType) |
void |
setId(String id) |
void |
setInitRequest(String initRequest) |
void |
setTfaStrategy(String tfaStrategy) |
void |
setType(String type) |
void |
setUserManagementSource(String userManagementSource) |
void |
setVisibleOnLoginPage(Boolean visibleOnLoginPage) |
String |
toString() |
get, get, getAttrs, getProperty, hasProperty, propertyNames, removeProperty, set, set, set, setAttrs, setProperty
getSelf, getSelfDecoded, setSelf, toJSON
public static LoginOptionRepresentation.LoginOptionRepresentationBuilder loginOptionRepresentation()
public void setId(String id)
public void setType(String type)
public void setInitRequest(String initRequest)
public void setButtonName(String buttonName)
public void setGrantType(String grantType)
public void setUserManagementSource(String userManagementSource)
public void setVisibleOnLoginPage(Boolean visibleOnLoginPage)
public void setTfaStrategy(String tfaStrategy)
protected boolean canEqual(Object other)
public String toString()
toString
in class BaseResourceRepresentation
@JSONProperty(ignoreIfNull=true) public String getId()
@JSONProperty(ignoreIfNull=true) public String getType()
@JSONProperty(ignoreIfNull=true) public String getInitRequest()
@JSONProperty(ignoreIfNull=true) public String getButtonName()
@JSONProperty(ignoreIfNull=true) public String getGrantType()
@JSONProperty(ignoreIfNull=true) public String getUserManagementSource()
@JSONProperty(ignoreIfNull=true) public Boolean getVisibleOnLoginPage()
@JSONProperty(ignoreIfNull=true) public String getTfaStrategy()
Copyright © 2020 (C) Cumulocity GmbH. All rights reserved.