PatchContext

proto.prism.UpdateDIDAction.Action.PatchContext
final case class PatchContext(value: PatchContextAction) extends Action

Attributes

Graph
Supertypes
trait Action
trait GeneratedOneof
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Type members

Value members

Concrete methods

override def isPatchContext: Boolean

Attributes

Definition Classes
override def number: Int

Attributes

Definition Classes
GeneratedOneof
override def patchContext: Option[PatchContextAction]

Attributes

Definition Classes

Inherited methods

def addKey: Option[AddKeyAction]

Attributes

Inherited from:
Action

Attributes

Inherited from:
Action
def isAddKey: Boolean

Attributes

Inherited from:
Action
def isAddService: Boolean

Attributes

Inherited from:
Action
def isDefined: Boolean

Attributes

Inherited from:
Action
def isEmpty: Boolean

Attributes

Inherited from:
Action
def isRemoveKey: Boolean

Attributes

Inherited from:
Action
def isRemoveService: Boolean

Attributes

Inherited from:
Action
def isUpdateService: Boolean

Attributes

Inherited from:
Action
def productElementNames: Iterator[String]

An iterator over the names of all the elements of this product.

An iterator over the names of all the elements of this product.

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

An iterator over all the elements of this product.

An iterator over all the elements of this product.

Attributes

Returns

in the default implementation, an Iterator[Any]

Inherited from:
Product
def removeKey: Option[RemoveKeyAction]

Attributes

Inherited from:
Action

Attributes

Inherited from:
Action

Attributes

Inherited from:
Action
def valueOption: Option[ValueType]

Attributes

Inherited from:
GeneratedOneof