Interface RoleMixin<T extends org.nustaq.reallive.records.RecordWrapper>

All Superinterfaces:
org.nustaq.reallive.query.EvalContext, org.nustaq.reallive.api.Record, Serializable
All Known Implementing Classes:
CommentRecord, UserRecord

public interface RoleMixin<T extends org.nustaq.reallive.records.RecordWrapper> extends org.nustaq.reallive.api.Record
  • Field Summary

    Fields inherited from interface org.nustaq.reallive.api.Record

    _NULL_
  • Method Summary

    Modifier and Type
    Method
    Description
    default String
     
    default T
    role(String text)
     

    Methods inherited from interface org.nustaq.reallive.query.EvalContext

    get

    Methods inherited from interface org.nustaq.reallive.api.Record

    _afterLoad, asDouble, asList, asLoggingString, asLong, asMap, asSet, containsKey, deepCopy, deepMerge, defaultEquals, getArr, getAsList, getBool, getDouble, getFields, getFieldSet, getInt, getKey, getKeyVals, getLastModified, getLong, getRec, getRecord, getSafeString, getSequence, getString, getValue, haveRec, internal_incSequence, internal_put, internal_setLastModified, internal_updateLastModified, join, key, mget, mgetNum, mgetString, omit, omitRecursivelyInPlace, put, putTransforming, reduced, replaceValues, shallowCopy, stripOps, toJson, toPrettyString, transformCopy, validateForJsonability
  • Method Details

    • getRole

      default String getRole()
    • role

      default T role(String text)