Uses of Class
dev.cdevents.models.testoutput.published.Content.OutputType
-
Packages that use Content.OutputType Package Description dev.cdevents.events Copyright 2023-Present https://cdevents.dev/ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.dev.cdevents.models.testoutput.published -
-
Uses of Content.OutputType in dev.cdevents.events
Methods in dev.cdevents.events with parameters of type Content.OutputType Modifier and Type Method Description voidTestoutputPublishedCDEvent. setSubjectOutputType(Content.OutputType outputType) -
Uses of Content.OutputType in dev.cdevents.models.testoutput.published
Methods in dev.cdevents.models.testoutput.published that return Content.OutputType Modifier and Type Method Description static Content.OutputTypeContent.OutputType. fromValue(String value)Content.OutputTypeContent. getOutputType()(Required)static Content.OutputTypeContent.OutputType. valueOf(String name)Returns the enum constant of this type with the specified name.static Content.OutputType[]Content.OutputType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in dev.cdevents.models.testoutput.published with parameters of type Content.OutputType Modifier and Type Method Description voidContent. setOutputType(Content.OutputType outputType)(Required)
-