case class Operation(fields: Fields, annotations: Annotations) extends DomainElement with ExtensibleWebApiDomainElement with Product with Serializable
Operation internal model.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Operation
- Serializable
- Serializable
- Product
- Equals
- ExtensibleWebApiDomainElement
- DomainElement
- AmfObject
- AmfElement
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Operation(fields: Fields, annotations: Annotations)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def accepts: Seq[StrField]
-
def
add(field: Field, value: AmfElement): Operation.this.type
- Definition Classes
- AmfObject
-
def
add(other: Annotations): Operation.this.type
- Definition Classes
- AmfElement
-
def
add(annotation: Annotation): Operation.this.type
- Definition Classes
- AmfElement
-
def
adopted(parent: String): Operation.this.type
- Definition Classes
- AmfObject
-
val
annotations: Annotations
- Definition Classes
- Operation → AmfElement
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def callbacks: Seq[Callback]
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
componentId: String
Value , path + field value that is used to compose the id when the object its adopted
Value , path + field value that is used to compose the id when the object its adopted
- Definition Classes
- Operation → AmfObject
- def contentType: Seq[StrField]
-
def
customDomainProperties: Seq[DomainExtension]
- Definition Classes
- DomainElement
- def deprecated: BoolField
- def description: StrField
- def documentation: CreativeWork
-
def
dynamicTypes(): Seq[String]
- Definition Classes
- AmfObject
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
extend: Seq[DomainElement]
- Definition Classes
- DomainElement
-
val
fields: Fields
- Definition Classes
- Operation → AmfObject
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
getObjectByPropertyId(propertyId: String): Seq[DomainElement]
- Definition Classes
- DomainElement
-
def
getPropertyIds(): List[String]
- Definition Classes
- DomainElement
-
def
getScalarByPropertyId(propertyId: String): Seq[Any]
- Definition Classes
- DomainElement
-
def
getTypeIds(): List[String]
- Definition Classes
- DomainElement
-
val
id: String
- Definition Classes
- AmfObject
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
meta: Obj
- Definition Classes
- Operation → DomainElement
- def method: StrField
- def name: StrField
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
def
position(): Option[Range]
- Definition Classes
- DomainElement
- def request: Request
- def responses: Seq[Response]
- def schemes: Seq[StrField]
- def security: Seq[DomainElement]
- def servers: Seq[Server]
-
def
set(field: Field, value: AmfElement, annotations: Annotations): Operation.this.type
- Definition Classes
- AmfObject
-
def
set(field: Field, value: AmfElement): Operation.this.type
- Definition Classes
- AmfObject
-
def
set(field: Field, values: Seq[String]): Operation.this.type
- Definition Classes
- AmfObject
-
def
set(field: Field, value: Float): Operation.this.type
- Definition Classes
- AmfObject
-
def
set(field: Field, value: Double): Operation.this.type
- Definition Classes
- AmfObject
-
def
set(field: Field, value: Int): Operation.this.type
- Definition Classes
- AmfObject
-
def
set(field: Field, value: Boolean): Operation.this.type
- Definition Classes
- AmfObject
-
def
set(field: Field, value: String): Operation.this.type
- Definition Classes
- AmfObject
-
def
setArray(field: Field, values: Seq[AmfElement], annotations: Annotations): Operation.this.type
- Definition Classes
- AmfObject
-
def
setArray(field: Field, values: Seq[AmfElement]): Operation.this.type
- Definition Classes
- AmfObject
-
def
setArrayWithoutId(field: Field, values: Seq[AmfElement], annotations: Annotations): Operation.this.type
- Definition Classes
- AmfObject
-
def
setArrayWithoutId(field: Field, values: Seq[AmfElement]): Operation.this.type
- Definition Classes
- AmfObject
-
final
def
simpleAdoption(parent: String): Operation.this.type
- Definition Classes
- AmfObject
- def summary: StrField
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def tags: Seq[String]
- def traits: Seq[ParametrizedTrait]
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- def withAccepts(accepts: Seq[String]): Operation.this.type
- def withCallback(name: String): Callback
- def withCallbacks(callbacks: Seq[Callback]): Operation.this.type
- def withContentType(contentType: Seq[String]): Operation.this.type
-
def
withCustomDomainProperties(extensions: Seq[DomainExtension]): Operation.this.type
- Definition Classes
- DomainElement
-
def
withCustomDomainProperty(extensions: DomainExtension): Operation.this.type
- Definition Classes
- DomainElement
- def withDeprecated(deprecated: Boolean): Operation.this.type
- def withDescription(description: String): Operation.this.type
- def withDocumentation(documentation: CreativeWork): Operation.this.type
-
def
withExtends(extend: Seq[DomainElement]): Operation.this.type
- Definition Classes
- DomainElement
-
def
withId(value: String): Operation.this.type
- Definition Classes
- AmfObject
- def withMethod(method: String): Operation.this.type
- def withName(name: String): Operation.this.type
- def withRequest(): Request
- def withRequest(request: Request): Operation.this.type
-
def
withResourceType(name: String): ParametrizedResourceType
- Definition Classes
- ExtensibleWebApiDomainElement
- def withResponse(name: String): Response
- def withResponses(responses: Seq[Response]): Operation.this.type
- def withSchemes(schemes: Seq[String]): Operation.this.type
- def withSecurity(name: String): ParametrizedSecurityScheme
- def withSecurity(security: Seq[DomainElement]): Operation.this.type
- def withServer(url: String): Server
- def withServers(servers: Seq[Server]): Operation.this.type
- def withSummary(summary: String): Operation.this.type
- def withTags(tag: Seq[String]): Operation.this.type
-
def
withTrait(name: String): ParametrizedTrait
- Definition Classes
- ExtensibleWebApiDomainElement