public static class GetAssetsQuery.Asset extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GetAssetsQuery.Asset.Builder |
static class |
GetAssetsQuery.Asset.Mapper |
| Constructor and Description |
|---|
Asset(@NotNull String __typename,
@NotNull String assetId,
@NotNull String version,
@NotNull String versionGroup) |
| Modifier and Type | Method and Description |
|---|---|
static GetAssetsQuery.Asset.Builder |
builder() |
boolean |
equals(Object o) |
@NotNull String |
get__typename() |
@NotNull String |
getAssetId()
The identifier of the asset itself within its group
|
@NotNull String |
getVersion()
The version of the asset
|
@NotNull String |
getVersionGroup()
The versionGroup of the asset
|
int |
hashCode() |
com.apollographql.apollo.api.ResponseFieldMarshaller |
marshaller() |
GetAssetsQuery.Asset.Builder |
toBuilder() |
String |
toString() |
@NotNull public @NotNull String get__typename()
@NotNull public @NotNull String getAssetId()
@NotNull public @NotNull String getVersion()
@NotNull public @NotNull String getVersionGroup()
public com.apollographql.apollo.api.ResponseFieldMarshaller marshaller()
public GetAssetsQuery.Asset.Builder toBuilder()
public static GetAssetsQuery.Asset.Builder builder()
Copyright © 2022 AVIO Consulting. All rights reserved.