Class V1DLPContentType

java.lang.Object
com.symphony.bdk.gen.api.model.V1DLPContentType

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-03-26T16:14:53.869723549Z[Etc/UTC]") public class V1DLPContentType extends Object
A representation of content type of message sent by a user of Symphony (message/stream/signal)
  • Field Details

  • Constructor Details

    • V1DLPContentType

      public V1DLPContentType()
  • Method Details

    • type

      public V1DLPContentType type(String type)
    • getType

      @Nullable public String getType()
      content type
      Returns:
      type
    • setType

      public void setType(String type)
    • equals

      public boolean equals(Object o)
      Return true if this V1DLPContentType object is equal to o.
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object