Uses of Enum
org.wso2.am.integration.clients.governance.api.dto.RulesetInfoDTO.ArtifactTypeEnum
Packages that use RulesetInfoDTO.ArtifactTypeEnum
-
Uses of RulesetInfoDTO.ArtifactTypeEnum in org.wso2.am.integration.clients.governance.api.dto
Methods in org.wso2.am.integration.clients.governance.api.dto that return RulesetInfoDTO.ArtifactTypeEnumModifier and TypeMethodDescriptionRulesetInfoDTO.getArtifactType()The type of artifact that the ruleset validates.RulesetInfoDTO.ArtifactTypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) Returns the enum constant of this type with the specified name.static RulesetInfoDTO.ArtifactTypeEnum[]RulesetInfoDTO.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 RulesetInfoDTO.ArtifactTypeEnumModifier and TypeMethodDescriptionRulesetInfoDTO.artifactType(RulesetInfoDTO.ArtifactTypeEnum artifactType) voidRulesetInfoDTO.setArtifactType(RulesetInfoDTO.ArtifactTypeEnum artifactType) voidRulesetInfoDTO.ArtifactTypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter, RulesetInfoDTO.ArtifactTypeEnum enumeration)