Class/Object

com.salesforce.op.features.types

Base64

Related Docs: object Base64 | package types

Permalink

class Base64 extends Text

Base64 encoded binary value representation

Linear Supertypes
Text, FeatureType, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Base64
  2. Text
  3. FeatureType
  4. Serializable
  5. Serializable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Base64(value: String)

    Permalink
  2. new Base64(value: Option[String])

    Permalink

    value

    base64 encoded binary value

Type Members

  1. type Value = Option[String]

    Permalink

    Feature value type

    Feature value type

    Definition Classes
    TextFeatureType

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def asBytes: Option[Array[Byte]]

    Permalink

    Bytes hidden in this base64

    Bytes hidden in this base64

    returns

    Some(bytes) if data present, or None if not

  5. def asInputStream: Option[InputStream]

    Permalink

    Input stream over the contents in this base64

    Input stream over the contents in this base64

    returns

    Some(inputStream) if data present, or None if not

  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def asString: Option[String]

    Permalink

    String hidden in this base64

    String hidden in this base64

    returns

    Some(string) if data present, or None if not

  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. final def contains(v: Value): Boolean

    Permalink

    Returns true if this feature value is non empty and contains the specified value $v.

    Returns true if this feature value is non empty and contains the specified value $v. Otherwise, returns false.

    v

    value to test

    Definition Classes
    FeatureType
  10. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  11. final def equals(in: Any): Boolean

    Permalink

    Indicates whether some other object is "equal to" this one

    Indicates whether some other object is "equal to" this one

    Definition Classes
    FeatureType → AnyRef → Any
  12. final def exists(p: (Value) ⇒ Boolean): Boolean

    Permalink

    Returns true if this feature value is non empty and the predicate $p returns true when applied to this feature type value.

    Returns true if this feature value is non empty and the predicate $p returns true when applied to this feature type value. Otherwise, returns false.

    p

    the predicate to test

    Definition Classes
    FeatureType
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  15. final def hashCode(): Int

    Permalink

    Returns a hash code value for the value

    Returns a hash code value for the value

    Definition Classes
    FeatureType → AnyRef → Any
  16. final def isEmpty: Boolean

    Permalink

    Returns true is the value is empty, false otherwise

    Returns true is the value is empty, false otherwise

    Definition Classes
    TextFeatureType
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. def isNullable: Boolean

    Permalink

    Returns true is the value is nullable, false otherwise

    Returns true is the value is nullable, false otherwise

    Definition Classes
    FeatureType
  19. final def map[B](f: (String) ⇒ B): Option[B]

    Permalink
    Definition Classes
    Text
  20. def mapInputStream[T](f: (InputStream) ⇒ T): Option[T]

    Permalink

    Maps f over the input stream of the contents this base64

    Maps f over the input stream of the contents this base64

    f

    function to apply over stream

    returns

    Some(inputStream) if data present, or None if not

    Exceptions thrown

    IOException if an I/O error occurs.

  21. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. final def nonEmpty: Boolean

    Permalink

    Returns true is the value is non empty, false otherwise

    Returns true is the value is non empty, false otherwise

    Definition Classes
    FeatureType
  23. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  26. def toString(): String

    Permalink

    Returns a string representation of this value

    Returns a string representation of this value

    Definition Classes
    FeatureType → AnyRef → Any
  27. final def v: Value

    Permalink

    Returns value shortcut

    Returns value shortcut

    Definition Classes
    FeatureType
  28. val value: Option[String]

    Permalink

    text value

    text value

    Definition Classes
    TextFeatureType
  29. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Text

Inherited from FeatureType

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped