Uses of Class
com.beaglesecurity.entities.ApplicationType
-
Packages that use ApplicationType Package Description com.beaglesecurity.api.payloads com.beaglesecurity.api.results com.beaglesecurity.client com.beaglesecurity.entities -
-
Uses of ApplicationType in com.beaglesecurity.api.payloads
Methods in com.beaglesecurity.api.payloads that return ApplicationType Modifier and Type Method Description ApplicationTypeCreateApplication. getType()Methods in com.beaglesecurity.api.payloads with parameters of type ApplicationType Modifier and Type Method Description voidCreateApplication. setType(ApplicationType type) -
Uses of ApplicationType in com.beaglesecurity.api.results
Methods in com.beaglesecurity.api.results that return ApplicationType Modifier and Type Method Description ApplicationTypeCreateApplicationResult. getApplicationType()Methods in com.beaglesecurity.api.results with parameters of type ApplicationType Modifier and Type Method Description voidCreateApplicationResult. setApplicationType(ApplicationType applicationType) -
Uses of ApplicationType in com.beaglesecurity.client
Methods in com.beaglesecurity.client with parameters of type ApplicationType Modifier and Type Method Description ApplicationBeagleSecurityClient. createApplication(String applicationName, String url, UUID projectKey, ApplicationType type)Create a new application and return itApplicationBeagleSecurityClientImpl. createApplication(String applicationName, String url, UUID projectKey, ApplicationType type) -
Uses of ApplicationType in com.beaglesecurity.entities
Methods in com.beaglesecurity.entities that return ApplicationType Modifier and Type Method Description static ApplicationTypeApplicationType. valueOf(String name)Returns the enum constant of this type with the specified name.static ApplicationType[]ApplicationType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-