ApiDefinition

uk.gov.hmrc.apiplatform.modules.apis.domain.models.ApiDefinition
See theApiDefinition companion object
case class ApiDefinition(serviceName: ServiceName, serviceBaseUrl: ServiceBaseUrl, name: Name, description: Description, context: ApiContext, versions: Map[ApiVersionNbr, ApiVersion], isTestSupport: Boolean, lastPublishedAt: Option[Instant], categories: List[ApiCategory])

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

lazy val isOpenAccess: Boolean
lazy val versionsAsList: List[ApiVersion]