Class LoginConfigurationSsoLinksInner
- java.lang.Object
-
- nl.b3p.tailormap.api.viewer.model.LoginConfigurationSsoLinksInner
-
- All Implemented Interfaces:
Serializable
@Generated("org.openapitools.codegen.languages.SpringCodegen") public class LoginConfigurationSsoLinksInner extends Object implements SerializableLoginConfigurationSsoLinksInner- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LoginConfigurationSsoLinksInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetName()Get nameBooleangetShowForViewer()Get showForViewerStringgetUrl()Get urlinthashCode()LoginConfigurationSsoLinksInnername(String name)voidsetName(String name)voidsetShowForViewer(Boolean showForViewer)voidsetUrl(String url)LoginConfigurationSsoLinksInnershowForViewer(Boolean showForViewer)StringtoString()LoginConfigurationSsoLinksInnerurl(String url)
-
-
-
Method Detail
-
name
public LoginConfigurationSsoLinksInner name(String name)
-
getName
public String getName()
Get name- Returns:
- name
-
setName
public void setName(String name)
-
url
public LoginConfigurationSsoLinksInner url(String url)
-
getUrl
public String getUrl()
Get url- Returns:
- url
-
setUrl
public void setUrl(String url)
-
showForViewer
public LoginConfigurationSsoLinksInner showForViewer(Boolean showForViewer)
-
getShowForViewer
public Boolean getShowForViewer()
Get showForViewer- Returns:
- showForViewer
-
setShowForViewer
public void setShowForViewer(Boolean showForViewer)
-
-