Interface OpenLocation.BuildStart

All Known Subinterfaces:
OpenLocation.CodeBuildStage
All Known Implementing Classes:
OpenLocation.Builder
Enclosing class:
OpenLocation

@Generated(from="AbstractOpenLocation", generator="Immutables") public static interface OpenLocation.BuildStart
  • Method Summary

    Modifier and Type
    Method
    Description
    code(String code)
    Initializes the value for the code attribute.
  • Method Details

    • code

      Initializes the value for the code attribute.
      Parameters:
      code - The value for code
      Returns:
      this builder for use in a chained invocation