Class WithVideoReferenceUuItemRequestBuilder.GetQueryParameters

java.lang.Object
org.mbari.vars.annosaurus.sdk.kiota.v1.observations.videoreference.count.item.WithVideoReferenceUuItemRequestBuilder.GetQueryParameters
All Implemented Interfaces:
com.microsoft.kiota.QueryParameters
Enclosing class:
WithVideoReferenceUuItemRequestBuilder

@Generated("com.microsoft.kiota") public class WithVideoReferenceUuItemRequestBuilder.GetQueryParameters extends Object implements com.microsoft.kiota.QueryParameters
Count the number of observations for a given video reference UUID. If start and end query params are provided, then the count will be limited to observations between those timestamps
  • Field Details

    • end

      @Nullable public String end
      End timestamp as compact ISO-8601 string
    • start

      @Nullable public String start
      Start timestamp as compact ISO-8601 string
  • Constructor Details

    • GetQueryParameters

      public GetQueryParameters()
  • Method Details

    • toQueryParameters

      @Nonnull public Map<String,Object> toQueryParameters()
      Extracts the query parameters into a map for the URI template parsing.
      Specified by:
      toQueryParameters in interface com.microsoft.kiota.QueryParameters
      Returns:
      a Map<String,Object>