Uses of Enum
org.wso2.am.integration.clients.governance.api.dto.RulesetInputDTO.ArtifactTypeEnum
Packages that use RulesetInputDTO.ArtifactTypeEnum
-
Uses of RulesetInputDTO.ArtifactTypeEnum in org.wso2.am.integration.clients.governance.api.dto
Methods in org.wso2.am.integration.clients.governance.api.dto that return RulesetInputDTO.ArtifactTypeEnumModifier and TypeMethodDescriptionRulesetInputDTO.getArtifactType()The type of artifact that the ruleset validates.RulesetInputDTO.ArtifactTypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) Returns the enum constant of this type with the specified name.static RulesetInputDTO.ArtifactTypeEnum[]RulesetInputDTO.ArtifactTypeEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.wso2.am.integration.clients.governance.api.dto with parameters of type RulesetInputDTO.ArtifactTypeEnumModifier and TypeMethodDescriptionRulesetInputDTO.artifactType(RulesetInputDTO.ArtifactTypeEnum artifactType) voidRulesetInputDTO.setArtifactType(RulesetInputDTO.ArtifactTypeEnum artifactType) voidRulesetInputDTO.ArtifactTypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter, RulesetInputDTO.ArtifactTypeEnum enumeration)