public class BodyInternalIdCache
extends java.lang.Object
MailApiHeaders.X_BM_INTERNAL_ID
indicating the record id we want
This cache is here to avoid reloading the body to figure it outModifier and Type | Class and Description |
---|---|
static class |
BodyInternalIdCache.CacheRegistration |
static class |
BodyInternalIdCache.ExpectedId |
static class |
BodyInternalIdCache.VanishedBody |
Modifier and Type | Method and Description |
---|---|
static BodyInternalIdCache.ExpectedId |
expectedRecordId(java.lang.String owner,
java.lang.String bodyUid) |
static void |
invalidateBody(java.lang.String messageBody) |
static void |
storeExpectedRecordId(java.lang.String bodyUid,
BodyInternalIdCache.ExpectedId id) |
static BodyInternalIdCache.VanishedBody |
vanishedBody(java.lang.String owner,
java.lang.String bodyUid) |
public static BodyInternalIdCache.ExpectedId expectedRecordId(java.lang.String owner, java.lang.String bodyUid)
public static BodyInternalIdCache.VanishedBody vanishedBody(java.lang.String owner, java.lang.String bodyUid)
public static void storeExpectedRecordId(java.lang.String bodyUid, BodyInternalIdCache.ExpectedId id)
public static void invalidateBody(java.lang.String messageBody)
Copyright © 2021. All Rights Reserved.