public class FileLinkUpdateParams extends ApiRequestParams
Modifier and Type | Class and Description |
---|---|
static class |
FileLinkUpdateParams.Builder |
static class |
FileLinkUpdateParams.ExpiresAt |
ApiRequestParams.EnumParam
EXTRA_PARAMS_KEY
Modifier and Type | Method and Description |
---|---|
static FileLinkUpdateParams.Builder |
builder() |
java.util.List<java.lang.String> |
getExpand()
Specifies which fields in the response should be expanded.
|
java.lang.Object |
getExpiresAt()
A future timestamp after which the link will no longer be usable, or `now` to expire the link
immediately.
|
java.util.Map<java.lang.String,java.lang.Object> |
getExtraParams()
Map of extra parameters for custom features not available in this client library.
|
java.util.Map<java.lang.String,java.lang.String> |
getMetadata()
Set of key-value pairs that you can attach to an object.
|
toMap
public static FileLinkUpdateParams.Builder builder()
public java.util.List<java.lang.String> getExpand()
public java.lang.Object getExpiresAt()
public java.util.Map<java.lang.String,java.lang.Object> getExtraParams()
@SerializedName
value. Instead, each
key/value pair is serialized as if the key is a root-level field (serialized) name in this
param object. Effectively, this map is flattened to its parent instance.public java.util.Map<java.lang.String,java.lang.String> getMetadata()