Class SalIntegrationPatch.Builder

  • Enclosing class:
    SalIntegrationPatch

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

      • Builder

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

      • build

        public SalIntegrationPatch build()
        Builds a SalIntegrationPatch.
        Returns:
        the new SalIntegrationPatch instance
      • op

        public SalIntegrationPatch.Builder op​(java.lang.String op)
        Set the op.
        Parameters:
        op - the op
        Returns:
        the SalIntegrationPatch builder
      • path

        public SalIntegrationPatch.Builder path​(java.lang.String path)
        Set the path.
        Parameters:
        path - the path
        Returns:
        the SalIntegrationPatch builder
      • value

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