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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionExtracts the query parameters into a map for the URI template parsing.
-
Field Details
-
end
End timestamp as compact ISO-8601 string -
start
Start timestamp as compact ISO-8601 string
-
-
Constructor Details
-
GetQueryParameters
public GetQueryParameters()
-
-
Method Details
-
toQueryParameters
-