Uses of Class
org.wso2.am.integration.clients.governance.api.dto.RulesetInfoDTO.ArtifactTypeEnum
-
Packages that use RulesetInfoDTO.ArtifactTypeEnum Package Description org.wso2.am.integration.clients.governance.api.dto -
-
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.ArtifactTypeEnum Modifier and Type Method Description static RulesetInfoDTO.ArtifactTypeEnumRulesetInfoDTO.ArtifactTypeEnum. fromValue(String value)RulesetInfoDTO.ArtifactTypeEnumRulesetInfoDTO. getArtifactType()The type of artifact that the ruleset validates.RulesetInfoDTO.ArtifactTypeEnumRulesetInfoDTO.ArtifactTypeEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static RulesetInfoDTO.ArtifactTypeEnumRulesetInfoDTO.ArtifactTypeEnum. valueOf(String name)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.ArtifactTypeEnum Modifier and Type Method Description RulesetInfoDTORulesetInfoDTO. artifactType(RulesetInfoDTO.ArtifactTypeEnum artifactType)voidRulesetInfoDTO. setArtifactType(RulesetInfoDTO.ArtifactTypeEnum artifactType)voidRulesetInfoDTO.ArtifactTypeEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, RulesetInfoDTO.ArtifactTypeEnum enumeration)
-