public abstract class InternalModel extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
InternalModel.AddonCategories |
static class |
InternalModel.AddonReferences |
static class |
InternalModel.Addons |
static class |
InternalModel.AddonVersions |
static class |
InternalModel.Applications |
static class |
InternalModel.ApplicationVersions |
static class |
InternalModel.EntityCollection<T>
Common properties for resource collections.
|
static class |
InternalModel.ErrorDetails |
static class |
InternalModel.LicenseTypes |
static class |
InternalModel.MinimalLinks |
static class |
InternalModel.Products |
static class |
InternalModel.Vendors |
| Constructor and Description |
|---|
InternalModel() |
| Modifier and Type | Method and Description |
|---|---|
static InternalModel.AddonCategories |
addonCategories(Links links,
com.google.common.collect.ImmutableList<AddonCategorySummary> items) |
static InternalModel.AddonReferences |
addonReferences(Links links,
com.google.common.collect.ImmutableList<AddonReference> items,
int count) |
static InternalModel.Addons |
addons(Links links,
com.google.common.collect.ImmutableList<AddonSummary> items,
int count) |
static InternalModel.AddonVersions |
addonVersions(Links links,
com.google.common.collect.ImmutableList<AddonVersionSummary> items,
int count) |
static InternalModel.Applications |
applications(Links links,
com.google.common.collect.ImmutableList<Application> items) |
static InternalModel.ApplicationVersions |
applicationVersions(Links links,
com.google.common.collect.ImmutableList<ApplicationVersion> items,
int count) |
static InternalModel.ErrorDetails |
errorDetails(Iterable<ErrorDetail> errorDetails) |
static InternalModel.MinimalLinks |
minimalLinks(Links links) |
static InternalModel.Products |
products(Links links,
com.google.common.collect.ImmutableList<Product> items,
int count) |
static InternalModel.Vendors |
vendors(Links links,
com.google.common.collect.ImmutableList<VendorSummary> items,
int count) |
public static InternalModel.Addons addons(Links links, com.google.common.collect.ImmutableList<AddonSummary> items, int count)
public static InternalModel.AddonCategories addonCategories(Links links, com.google.common.collect.ImmutableList<AddonCategorySummary> items)
public static InternalModel.AddonReferences addonReferences(Links links, com.google.common.collect.ImmutableList<AddonReference> items, int count)
public static InternalModel.AddonVersions addonVersions(Links links, com.google.common.collect.ImmutableList<AddonVersionSummary> items, int count)
public static InternalModel.Applications applications(Links links, com.google.common.collect.ImmutableList<Application> items)
public static InternalModel.ApplicationVersions applicationVersions(Links links, com.google.common.collect.ImmutableList<ApplicationVersion> items, int count)
public static InternalModel.ErrorDetails errorDetails(Iterable<ErrorDetail> errorDetails)
public static InternalModel.MinimalLinks minimalLinks(Links links)
public static InternalModel.Products products(Links links, com.google.common.collect.ImmutableList<Product> items, int count)
public static InternalModel.Vendors vendors(Links links, com.google.common.collect.ImmutableList<VendorSummary> items, int count)
Copyright © 2016 Atlassian. All rights reserved.