Class ApplicationMetadata

  • All Implemented Interfaces:
    java.io.Serializable

    public class ApplicationMetadata
    extends CommonMetadata
    Metadata supplied by a user for an Application resource.
    Since:
    4.0.0
    See Also:
    Serialized Form
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  ApplicationMetadata.Builder
      A builder to create application user metadata instances.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Optional<java.lang.String> getType()
      Get the type of this application.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getType

        public java.util.Optional<java.lang.String> getType()
        Get the type of this application.
        Returns:
        The type wrapped in an Optional