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