case class Operation extends AmfObjectWrapper with DomainElement with Product with Serializable
JS Operation model class.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Operation
- Serializable
- Serializable
- Product
- Equals
- DomainElement
- PlatformSecrets
- AmfObjectWrapper
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Operation()
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: List[String]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- def contentType: List[String]
-
def
customDomainProperties: List[CustomDomainProperty]
- Definition Classes
- DomainElement
- def deprecated: Boolean
- def description: String
- def documentation: CreativeWork
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
extendsNode: List[DomainElement]
- Definition Classes
- DomainElement
-
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
getId(): String
- Definition Classes
- DomainElement
-
def
getObjectByPropertyId(propertyId: String): List[DomainElement]
- Definition Classes
- DomainElement
-
def
getPropertyIds(): List[String]
- Definition Classes
- DomainElement
-
def
getScalarByPropertyId(propertyId: String): List[AnyRef]
- Definition Classes
- DomainElement
-
def
getTypeIds(): List[String]
- Definition Classes
- DomainElement
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def method: String
- def name: String
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
val
platform: Platform
- Definition Classes
- PlatformSecrets
-
def
position(): Range
- Definition Classes
- DomainElement
- def request: Request
- def responses: List[Response]
- def schemes: List[String]
- def security: List[DomainElement]
- def summary: String
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
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: List[String]): Operation.this.type
Set accepts property of this Operation.
-
def
withContentType(contentType: List[String]): Operation.this.type
Set contentType property of this Operation.
-
def
withCustomDomainProperties(customProperties: List[DomainExtension]): DomainElement
- Definition Classes
- DomainElement
-
def
withDeprecated(deprecated: Boolean): Operation.this.type
Set deprecated property of this Operation.
-
def
withDescription(description: String): Operation.this.type
Set description property of this Operation.
-
def
withDocumentation(documentation: CreativeWork): Operation.this.type
Set documentation property of this Operation using a CreativeWork.
-
def
withExtendsNode(extend: List[ParametrizedDeclaration]): DomainElement
- Definition Classes
- DomainElement
-
def
withId(id: String): DomainElement
- Definition Classes
- DomainElement
-
def
withMethod(method: String): Operation.this.type
Set method property of this Operation.
-
def
withName(name: String): Operation.this.type
Set name property of this Operation.
-
def
withRequest(): Request
Set request property of this Operation.
-
def
withRequest(request: Request): Operation.this.type
Set request property of this Operation.
-
def
withResponse(name: String): Response
Adds one Response to the responses property of this Operation and returns it for population.
-
def
withResponses(responses: List[Response]): Operation.this.type
Set responses property of this Operation.
-
def
withSchemes(schemes: List[String]): Operation.this.type
Set schemes property of this Operation.
-
def
withSecurity(security: List[DomainElement]): Operation.this.type
Set security property of this Operation.
-
def
withSummary(summary: String): Operation.this.type
Set summary property of this Operation.