Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
NSShipmentMessageBlockEntity
Integer GetAssociateId()
NSShipmentMessageBlockEntity thing; Integer associateId = thing.GetAssociateId();
String GetBlock()
NSShipmentMessageBlockEntity thing; String block = thing.GetBlock();
DateTime GetRegistered()
NSShipmentMessageBlockEntity thing; DateTime registered = thing.GetRegistered();
Integer GetRegisteredAssociateId()
NSShipmentMessageBlockEntity thing; Integer registeredAssociateId = thing.GetRegisteredAssociateId();
Integer GetShipmentMessageBlockId()
NSShipmentMessageBlockEntity thing; Integer shipmentMessageBlockId = thing.GetShipmentMessageBlockId();
DateTime GetUpdated()
NSShipmentMessageBlockEntity thing; DateTime updated = thing.GetUpdated();
Integer GetUpdatedAssociateId()
NSShipmentMessageBlockEntity thing; Integer updatedAssociateId = thing.GetUpdatedAssociateId();
Integer GetUpdatedCount()
NSShipmentMessageBlockEntity thing; Integer updatedCount = thing.GetUpdatedCount();
Void SetAssociateId(Integer associateId)
NSShipmentMessageBlockEntity thing; Integer associateId; thing.SetAssociateId(associateId);
Void SetBlock(String block)
NSShipmentMessageBlockEntity thing; String block; thing.SetBlock(block);
Void SetRegistered(DateTime registered)
NSShipmentMessageBlockEntity thing; DateTime registered; thing.SetRegistered(registered);
Void SetRegisteredAssociateId(Integer registeredAssociateId)
NSShipmentMessageBlockEntity thing; Integer registeredAssociateId; thing.SetRegisteredAssociateId(registeredAssociateId);
Void SetShipmentMessageBlockId(Integer shipmentMessageBlockId)
NSShipmentMessageBlockEntity thing; Integer shipmentMessageBlockId; thing.SetShipmentMessageBlockId(shipmentMessageBlockId);
Void SetUpdated(DateTime updated)
NSShipmentMessageBlockEntity thing; DateTime updated; thing.SetUpdated(updated);
Void SetUpdatedAssociateId(Integer updatedAssociateId)
NSShipmentMessageBlockEntity thing; Integer updatedAssociateId; thing.SetUpdatedAssociateId(updatedAssociateId);
Void SetUpdatedCount(Integer updatedCount)
NSShipmentMessageBlockEntity thing; Integer updatedCount; thing.SetUpdatedCount(updatedCount);
Was this page helpful?