Interface RealmAccessor.RealmBuilder<B extends RealmAccessor.RealmBuilder<B>>

Type Parameters:
B - The builder to return in order to be able to apply multiple build operations.
Enclosing interface:
RealmAccessor

public static interface RealmAccessor.RealmBuilder<B extends RealmAccessor.RealmBuilder<B>>
Provides a builder method for a realm property returning the builder for applying multiple build operations.
  • Method Summary

    Modifier and Type
    Method
    Description
    withRealm(String aRealm)
    Sets the realm for the realm property.
  • Method Details

    • withRealm

      B withRealm(String aRealm)
      Sets the realm for the realm property. See RFC 1945 at "https://tools.ietf.org/html/rfc1945#section-11" and RFC 2617 at "https://tools.ietf.org/html/rfc2617#page-3".
      Parameters:
      aRealm - The realm to be stored by the realm property.
      Returns:
      The builder for applying multiple build operations.