public final class GetArtifactLinkRequest extends ApiServiceRequest
| Constructor and Description |
|---|
GetArtifactLinkRequest() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.Long> |
getArtifactIds() |
java.lang.Long |
getProjectId() |
ObjectType |
getType() |
GetArtifactLinkRequest |
setArtifactIds(java.util.List<java.lang.Long> artifactIds) |
GetArtifactLinkRequest |
setProjectId(java.lang.Long projectId) |
GetArtifactLinkRequest |
setType(ObjectType type) |
java.lang.String |
toString() |
copyPrivateRequestParameters, getCredentials, getRequestClientOptions, setCredentials, withCredentialspublic java.lang.Long getProjectId()
public GetArtifactLinkRequest setProjectId(java.lang.Long projectId)
public ObjectType getType()
public GetArtifactLinkRequest setType(ObjectType type)
public java.util.List<java.lang.Long> getArtifactIds()
public GetArtifactLinkRequest setArtifactIds(java.util.List<java.lang.Long> artifactIds)
public java.lang.String toString()
toString in class ApiServiceRequest