Class SCIMResponse.AuthenticationScheme

java.lang.Object
com.veeva.vault.vapil.api.model.VaultModel
com.veeva.vault.vapil.api.model.response.SCIMResponse.AuthenticationScheme
Enclosing class:
SCIMResponse

public static class SCIMResponse.AuthenticationScheme extends VaultModel
  • Constructor Details

    • AuthenticationScheme

      public AuthenticationScheme()
  • Method Details

    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getPrimary

      public Boolean getPrimary()
    • setPrimary

      public void setPrimary(Boolean primary)
    • getType

      public String getType()
    • setType

      public void setType(String type)