Interface CapabilitySubscriptionPolicyStructureOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
CapabilitySubscriptionPolicyStructure, CapabilitySubscriptionPolicyStructure.Builder

@Generated public interface CapabilitySubscriptionPolicyStructureOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Whether change threshold can be specified for updates.
    boolean
    Whether incremental updates can be specified for updates Default is ' true'.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getHasIncrementalUpdates

      boolean getHasIncrementalUpdates()
       Whether incremental updates can be specified for updates Default is ' true'.  [siri/siri_requests-v2.0.xsd at 1010:94]
       
      bool has_incremental_updates = 1;
      Returns:
      The hasIncrementalUpdates.
    • getHasChangeSensitivity

      boolean getHasChangeSensitivity()
       Whether change threshold can be specified for updates. Default is 'true'.  [siri/siri_requests-v2.0.xsd at 1015:93]
       
      bool has_change_sensitivity = 2;
      Returns:
      The hasChangeSensitivity.