final case class ManagedFieldsEntry(operation: Option[String] = None, manager: Option[String] = None, fieldsV1: Option[FieldsV1] = None, time: Option[Time] = None, fieldsType: Option[String] = None, subresource: Option[String] = None) extends Product with Serializable
ManagedFieldsEntry is a workflow-id, a FieldSet and the group version of the resource that the fieldset applies to.
- Source
- ManagedFieldsEntry.scala
- Alphabetic
- By Inheritance
- ManagedFieldsEntry
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val fieldsType: Option[String]
- val fieldsV1: Option[FieldsV1]
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val manager: Option[String]
-
def
mapFieldsType(f: (String) ⇒ String): ManagedFieldsEntry
if fieldsType has a value, transforms to the result of function
-
def
mapFieldsV1(f: (FieldsV1) ⇒ FieldsV1): ManagedFieldsEntry
if fieldsV1 has a value, transforms to the result of function
-
def
mapManager(f: (String) ⇒ String): ManagedFieldsEntry
if manager has a value, transforms to the result of function
-
def
mapOperation(f: (String) ⇒ String): ManagedFieldsEntry
if operation has a value, transforms to the result of function
-
def
mapSubresource(f: (String) ⇒ String): ManagedFieldsEntry
if subresource has a value, transforms to the result of function
-
def
mapTime(f: (Time) ⇒ Time): ManagedFieldsEntry
if time has a value, transforms to the result of function
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val operation: Option[String]
- val subresource: Option[String]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val time: Option[Time]
-
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( ... ) @native()
-
def
withFieldsType(value: String): ManagedFieldsEntry
Returns a new data with fieldsType set to new value
-
def
withFieldsV1(value: FieldsV1): ManagedFieldsEntry
Returns a new data with fieldsV1 set to new value
-
def
withManager(value: String): ManagedFieldsEntry
Returns a new data with manager set to new value
-
def
withOperation(value: String): ManagedFieldsEntry
Returns a new data with operation set to new value
-
def
withSubresource(value: String): ManagedFieldsEntry
Returns a new data with subresource set to new value
-
def
withTime(value: Time): ManagedFieldsEntry
Returns a new data with time set to new value