public class GetApiKeyRequest extends Object
| Constructor and Description |
|---|
GetApiKeyRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetApiKeyRequest |
addResourceIdsItem(String resourceIdsItem) |
GetApiKeyRequest |
durationSeconds(Integer durationSeconds) |
boolean |
equals(Object o) |
@NotNull Integer |
getDurationSeconds()
Get durationSeconds
|
List<String> |
getResourceIds()
Get resourceIds
|
@NotNull String |
getResourceType()
Get resourceType
|
int |
hashCode() |
GetApiKeyRequest |
resourceIds(List<String> resourceIds) |
GetApiKeyRequest |
resourceType(String resourceType) |
void |
setDurationSeconds(Integer durationSeconds) |
void |
setResourceIds(List<String> resourceIds) |
void |
setResourceType(String resourceType) |
String |
toString() |
public GetApiKeyRequest durationSeconds(Integer durationSeconds)
@NotNull public @NotNull Integer getDurationSeconds()
public void setDurationSeconds(Integer durationSeconds)
public GetApiKeyRequest resourceIds(List<String> resourceIds)
public GetApiKeyRequest addResourceIdsItem(String resourceIdsItem)
public GetApiKeyRequest resourceType(String resourceType)
@NotNull public @NotNull String getResourceType()
public void setResourceType(String resourceType)
Copyright © 2024. All rights reserved.