Class ClientInstallationRepresentation

java.lang.Object
org.keycloak.representations.info.ClientInstallationRepresentation

public class ClientInstallationRepresentation extends Object
Version:
$Revision: 1 $
Author:
Bill Burke
  • Field Details

    • id

      protected String id
    • protocol

      protected String protocol
    • downloadOnly

      protected boolean downloadOnly
    • displayType

      protected String displayType
    • helpText

      protected String helpText
    • filename

      protected String filename
    • mediaType

      protected String mediaType
  • Constructor Details

    • ClientInstallationRepresentation

      public ClientInstallationRepresentation()
  • Method Details

    • getId

      public String getId()
    • setId

      public void setId(String id)
    • getProtocol

      public String getProtocol()
    • setProtocol

      public void setProtocol(String protocol)
    • isDownloadOnly

      public boolean isDownloadOnly()
    • setDownloadOnly

      public void setDownloadOnly(boolean downloadOnly)
    • getDisplayType

      public String getDisplayType()
    • setDisplayType

      public void setDisplayType(String displayType)
    • getHelpText

      public String getHelpText()
    • setHelpText

      public void setHelpText(String helpText)
    • getFilename

      public String getFilename()
    • setFilename

      public void setFilename(String filename)
    • getMediaType

      public String getMediaType()
    • setMediaType

      public void setMediaType(String mediaType)