Class ClientInstallationRepresentation
java.lang.Object
org.keycloak.representations.info.ClientInstallationRepresentation
- Version:
 - $Revision: 1 $
 - Author:
 - Bill Burke
 
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptiongetId()booleanvoidsetDisplayType(String displayType) voidsetDownloadOnly(boolean downloadOnly) voidsetFilename(String filename) voidsetHelpText(String helpText) voidvoidsetMediaType(String mediaType) voidsetProtocol(String protocol)  
- 
Field Details
- 
id
 - 
protocol
 - 
downloadOnly
protected boolean downloadOnly - 
displayType
 - 
helpText
 - 
filename
 - 
mediaType
 
 - 
 - 
Constructor Details
- 
ClientInstallationRepresentation
public ClientInstallationRepresentation() 
 - 
 - 
Method Details
- 
getId
 - 
setId
 - 
getProtocol
 - 
setProtocol
 - 
isDownloadOnly
public boolean isDownloadOnly() - 
setDownloadOnly
public void setDownloadOnly(boolean downloadOnly)  - 
getDisplayType
 - 
setDisplayType
 - 
getHelpText
 - 
setHelpText
 - 
getFilename
 - 
setFilename
 - 
getMediaType
 - 
setMediaType
 
 -