Uses of Enum
org.wso2.am.integration.clients.governance.api.dto.ArtifactInfoDTO.TypeEnum
Packages that use ArtifactInfoDTO.TypeEnum
-
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.TypeEnumModifier and TypeMethodDescriptionstatic ArtifactInfoDTO.TypeEnumArtifactInfoDTO.getType()Type of the artifact.ArtifactInfoDTO.TypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) static ArtifactInfoDTO.TypeEnumReturns 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.TypeEnumModifier and TypeMethodDescriptionvoidArtifactInfoDTO.setType(ArtifactInfoDTO.TypeEnum type) ArtifactInfoDTO.type(ArtifactInfoDTO.TypeEnum type) voidArtifactInfoDTO.TypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter, ArtifactInfoDTO.TypeEnum enumeration)