Package | Description |
---|---|
com.cumulocity.rest.representation.cep | |
com.cumulocity.sdk.client.cep |
Modifier and Type | Method and Description |
---|---|
CepModuleRepresentation |
CepModuleRepresentation.CepModuleRepresentationBuilder.build() |
CepModuleRepresentation |
CepModuleReferenceRepresentation.getModule() |
Modifier and Type | Method and Description |
---|---|
List<CepModuleRepresentation> |
CepModuleCollectionRepresentation.getModules() |
Iterator<CepModuleRepresentation> |
CepModuleCollectionRepresentation.iterator() |
Modifier and Type | Method and Description |
---|---|
void |
CepModuleReferenceRepresentation.setModule(CepModuleRepresentation module) |
Modifier and Type | Method and Description |
---|---|
void |
CepModuleCollectionRepresentation.setModules(List<CepModuleRepresentation> modules) |
Modifier and Type | Method and Description |
---|---|
CepModuleRepresentation |
CepApi.create(InputStream content)
Deprecated.
|
CepModuleRepresentation |
CepApiImpl.create(InputStream content) |
CepModuleRepresentation |
CepApi.create(String content)
Creates an cep module in the platform.
|
CepModuleRepresentation |
CepApiImpl.create(String content) |
CepModuleRepresentation |
CepApi.get(String id)
Gets an cep module by id
|
CepModuleRepresentation |
CepApiImpl.get(String id) |
CepModuleRepresentation |
CepApi.update(CepModuleRepresentation module) |
CepModuleRepresentation |
CepApiImpl.update(CepModuleRepresentation module) |
CepModuleRepresentation |
CepApi.update(String id,
InputStream content)
Updates an cep module in the platform.
|
CepModuleRepresentation |
CepApiImpl.update(String id,
InputStream content) |
CepModuleRepresentation |
CepApi.update(String id,
String content) |
CepModuleRepresentation |
CepApiImpl.update(String id,
String content) |
Modifier and Type | Method and Description |
---|---|
Iterable<CepModuleRepresentation> |
PagedCepModuleCollectionRepresentation.allPages() |
Iterable<CepModuleRepresentation> |
PagedCepModuleCollectionRepresentation.elements(int limit) |
Modifier and Type | Method and Description |
---|---|
void |
CepApi.delete(CepModuleRepresentation module)
Deletes the cep module from the platform.
|
void |
CepApiImpl.delete(CepModuleRepresentation module) |
CepModuleRepresentation |
CepApi.update(CepModuleRepresentation module) |
CepModuleRepresentation |
CepApiImpl.update(CepModuleRepresentation module) |
Constructor and Description |
---|
PagedCepModuleCollectionRepresentation(CepModuleCollectionRepresentation collection,
PagedCollectionResource<CepModuleRepresentation,? extends CepModuleCollectionRepresentation> collectionResource) |
Copyright © 2020 (C) Cumulocity GmbH. All rights reserved.