Caplin FXIntegrationAPI Documentation - Version 8.5.0

Message Builder Example - TOBOChangeEntity

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

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

public class TOBOChangeEntityExample {
    public static void main(String[] args) {
                    		
		ToboEntityTypesDef.TOBOChangeEntity tOBOChangeEntity =
		ToboEntityTypesDef.TOBOChangeEntity
			.newBuilder()
			.setToboChangeEntityFields(
			ToboEntityPartsDef.TOBOChangeEntityFields
				.newBuilder()
				.setEntityDescription("Customer 1")
				.setEntityId("CUSTONE")
				.build())
			.build();
            
    }
}