Interface Phrase.Builder

All Superinterfaces:
Buildable, CopyableBuilder<Phrase.Builder,Phrase>, SdkBuilder<Phrase.Builder,Phrase>, SdkPojo
Enclosing class:
Phrase

@Mutable @NotThreadSafe public static interface Phrase.Builder extends SdkPojo, CopyableBuilder<Phrase.Builder,Phrase>
  • Method Details

    • text

      Phrase.Builder text(String text)
      Sets the value of the Text property for this object.
      Parameters:
      text - The new value for the Text property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • displayAsText

      Phrase.Builder displayAsText(String displayAsText)
      Sets the value of the DisplayAsText property for this object.
      Parameters:
      displayAsText - The new value for the DisplayAsText property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.