Caplin FXIntegrationAPI Documentation - Version 8.5.0

Message Builder Example - TOBOChangeEntityFields

package com.caplin.examples.fxapi.generated.motif.fx.tobo.ToboEntityPartsDef; 

import com.caplin.generated.motif.fx.tobo.ToboEntityPartsDef;

public class TOBOChangeEntityFieldsExample {
    public static void main(String[] args) {
                    		
		ToboEntityPartsDef.TOBOChangeEntityFields tOBOChangeEntityFields =
		ToboEntityPartsDef.TOBOChangeEntityFields
			.newBuilder()
			.setEntityDescription("Customer 1")
			.setEntityId("CUSTONE")
			.build();
            
    }
}