@Generated public class CreateOboTokenRequest extends Object
| Constructor and Description |
|---|
CreateOboTokenRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getApplicationId() |
Boolean |
getAutoscopeEnabled() |
String |
getComment() |
Long |
getLifetimeSeconds() |
Collection<String> |
getScopes() |
int |
hashCode() |
CreateOboTokenRequest |
setApplicationId(String applicationId) |
CreateOboTokenRequest |
setAutoscopeEnabled(Boolean autoscopeEnabled) |
CreateOboTokenRequest |
setComment(String comment) |
CreateOboTokenRequest |
setLifetimeSeconds(Long lifetimeSeconds) |
CreateOboTokenRequest |
setScopes(Collection<String> scopes) |
String |
toString() |
public CreateOboTokenRequest setApplicationId(String applicationId)
public String getApplicationId()
public CreateOboTokenRequest setAutoscopeEnabled(Boolean autoscopeEnabled)
public Boolean getAutoscopeEnabled()
public CreateOboTokenRequest setComment(String comment)
public String getComment()
public CreateOboTokenRequest setLifetimeSeconds(Long lifetimeSeconds)
public Long getLifetimeSeconds()
public CreateOboTokenRequest setScopes(Collection<String> scopes)
public Collection<String> getScopes()
Copyright © 2026. All rights reserved.