public interface com.microsoft.azure.management.sql.SqlSyncFullSchemaProperty extends com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.sql.implementation.SyncFullSchemaPropertiesInner>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.microsoft.azure.management.sql.SqlSyncFullSchemaProperty
  super_class: java.lang.Object
{
  public abstract java.util.List<com.microsoft.azure.management.sql.SyncFullSchemaTable> tables();
    descriptor: ()Ljava/util/List;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Ljava/util/List<Lcom/microsoft/azure/management/sql/SyncFullSchemaTable;>;

  public abstract org.joda.time.DateTime lastUpdateTime();
    descriptor: ()Lorg/joda/time/DateTime;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
Signature: Ljava/lang/Object;Lcom/microsoft/azure/management/resources/fluentcore/model/HasInner<Lcom/microsoft/azure/management/sql/implementation/SyncFullSchemaPropertiesInner;>;
SourceFile: "SqlSyncFullSchemaProperty.java"
InnerClasses:
  public final SinceVersion = com.microsoft.azure.management.apigeneration.Beta$SinceVersion of com.microsoft.azure.management.apigeneration.Beta
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.Fluent()
      com.microsoft.azure.management.apigeneration.Beta(value = com.microsoft.azure.management.apigeneration.Beta$SinceVersion.V1_9_0:Lcom/microsoft/azure/management/apigeneration/Beta$SinceVersion;)