Class AssetPartReference.Builder

  • Enclosing class:
    AssetPartReference

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

      • Builder

        public Builder()
        Instantiates a new builder.
      • Builder

        public Builder​(ContainerReference container)
        Instantiates a new builder with required properties.
        Parameters:
        container - the container
    • Method Detail

      • build

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

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

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