Class PublishSchemaResult


  • public class PublishSchemaResult
    extends java.lang.Object
    Object representing the result of publishing a schema on a schema store.
    • Constructor Summary

      Constructors 
      Constructor Description
      PublishSchemaResult​(java.lang.String schemaId)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getSchemaId()  
      • Methods inherited from class java.lang.Object

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

      • PublishSchemaResult

        public PublishSchemaResult​(java.lang.String schemaId)
    • Method Detail

      • getSchemaId

        public java.lang.String getSchemaId()