Interface OpenLocation.CodeBuildStage

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

public static interface OpenLocation.CodeBuildStage
  • 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