Uses of Class
org.wso2.am.integration.clients.governance.api.dto.ArtifactInfoDTO.TypeEnum
-
Packages that use ArtifactInfoDTO.TypeEnum Package Description org.wso2.am.integration.clients.governance.api.dto -
-
Uses of ArtifactInfoDTO.TypeEnum in org.wso2.am.integration.clients.governance.api.dto
Methods in org.wso2.am.integration.clients.governance.api.dto that return ArtifactInfoDTO.TypeEnum Modifier and Type Method Description static ArtifactInfoDTO.TypeEnumArtifactInfoDTO.TypeEnum. fromValue(String value)ArtifactInfoDTO.TypeEnumArtifactInfoDTO. getType()Type of the artifact.ArtifactInfoDTO.TypeEnumArtifactInfoDTO.TypeEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static ArtifactInfoDTO.TypeEnumArtifactInfoDTO.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static ArtifactInfoDTO.TypeEnum[]ArtifactInfoDTO.TypeEnum. 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 ArtifactInfoDTO.TypeEnum Modifier and Type Method Description voidArtifactInfoDTO. setType(ArtifactInfoDTO.TypeEnum type)ArtifactInfoDTOArtifactInfoDTO. type(ArtifactInfoDTO.TypeEnum type)voidArtifactInfoDTO.TypeEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, ArtifactInfoDTO.TypeEnum enumeration)
-