Class ProviderInfo.Builder

  • Enclosing class:
    ProviderInfo

    public static class ProviderInfo.Builder
    extends java.lang.Object
    Builder.
    • Constructor Detail

      • Builder

        public Builder()
        Instantiates a new builder.
    • Method Detail

      • build

        public ProviderInfo build()
        Builds a ProviderInfo.
        Returns:
        the new ProviderInfo instance
      • id

        public ProviderInfo.Builder id​(java.lang.String id)
        Set the id.
        Parameters:
        id - the id
        Returns:
        the ProviderInfo builder
      • name

        public ProviderInfo.Builder name​(java.lang.String name)
        Set the name.
        Parameters:
        name - the name
        Returns:
        the ProviderInfo builder