public static class GetAssetsQuery.Data extends Object implements com.apollographql.apollo.api.Operation.Data
| Modifier and Type | Class and Description |
|---|---|
static class |
GetAssetsQuery.Data.Builder |
static class |
GetAssetsQuery.Data.Mapper |
| Constructor and Description |
|---|
Data(@NotNull List<GetAssetsQuery.Asset> assets) |
| Modifier and Type | Method and Description |
|---|---|
static GetAssetsQuery.Data.Builder |
builder() |
boolean |
equals(Object o) |
@NotNull List<GetAssetsQuery.Asset> |
getAssets()
A list of consumable assets visible to the current logged in user
|
int |
hashCode() |
com.apollographql.apollo.api.ResponseFieldMarshaller |
marshaller() |
GetAssetsQuery.Data.Builder |
toBuilder() |
String |
toString() |
public Data(@NotNull
@NotNull List<GetAssetsQuery.Asset> assets)
@NotNull public @NotNull List<GetAssetsQuery.Asset> getAssets()
public com.apollographql.apollo.api.ResponseFieldMarshaller marshaller()
marshaller in interface com.apollographql.apollo.api.Operation.Datapublic GetAssetsQuery.Data.Builder toBuilder()
public static GetAssetsQuery.Data.Builder builder()
Copyright © 2022 AVIO Consulting. All rights reserved.