| Package | Description |
|---|---|
| org.openfact.client | |
| org.openfact.client.services |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
OrganizationClient.createPerception(DocumentoSunatRepresentation perception,
boolean async) |
DocumentResponseRepresentation |
OrganizationClient.createPerceptionAndParseAsEntity(DocumentoSunatRepresentation perception,
boolean async) |
javax.ws.rs.core.Response |
OrganizationClient.createRetention(DocumentoSunatRepresentation retention,
boolean async) |
DocumentResponseRepresentation |
OrganizationClient.createRetentionAndParseAsEntity(DocumentoSunatRepresentation perception,
boolean async) |
javax.ws.rs.core.Response |
OrganizationClient.updatePerception(String id,
DocumentoSunatRepresentation perception,
boolean async) |
javax.ws.rs.core.Response |
OrganizationClient.updateRetention(String id,
DocumentoSunatRepresentation retention,
boolean async) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
DocumentsService.createPerception(String organizationName,
DocumentoSunatRepresentation perception,
boolean async) |
javax.ws.rs.core.Response |
DocumentsService.createRetention(String organizationName,
DocumentoSunatRepresentation retention,
boolean async) |
javax.ws.rs.core.Response |
DocumentsService.updatePerception(String organizationName,
String id,
DocumentoSunatRepresentation perception,
boolean async) |
javax.ws.rs.core.Response |
DocumentsService.updateRetention(String organizationName,
String id,
DocumentoSunatRepresentation retention,
boolean async) |
Copyright © 2018. All rights reserved.