All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.withabound.resources.base.RequestMetadata Maven / Gradle / Ivy

Go to download

The Abound Java SDK provides convenient access to the Abound API from applications written in Java.

The newest version!
package com.withabound.resources.base;

import lombok.Getter;

/** Every API response returns metadata about the request that it served. */
@Getter
public class RequestMetadata {
  private Long timestamp;

  private String requestId;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy