OperationResultLogItemContract Class
- java.
lang. Object - com.
microsoft. azure. management. apimanagement. v2019_01_01.OperationResultLogItemContract
- com.
public class OperationResultLogItemContract
Log of the entity being created, updated or deleted.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| OperationResultLogItemContract() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| java.lang.String |
action()
Get action like create/update/delete. |
| java.lang.String |
objectKey()
Get identifier of the entity being created/updated/deleted. |
| java.lang.String |
objectType()
Get the type of entity contract. |
|
Operation |
withAction(String action)
Set action like create/update/delete. |
|
Operation |
withObjectKey(String objectKey)
Set identifier of the entity being created/updated/deleted. |
|
Operation |
withObjectType(String objectType)
Set the type of entity contract. |
Methods inherited from java.lang.Object
Constructor Details
OperationResultLogItemContract
public OperationResultLogItemContract()
Method Details
action
public String action()
Get action like create/update/delete.
Returns:
objectKey
public String objectKey()
Get identifier of the entity being created/updated/deleted.
Returns:
objectType
public String objectType()
Get the type of entity contract.
Returns:
withAction
public OperationResultLogItemContract withAction(String action)
Set action like create/update/delete.
Parameters:
Returns:
withObjectKey
public OperationResultLogItemContract withObjectKey(String objectKey)
Set identifier of the entity being created/updated/deleted.
Parameters:
Returns:
withObjectType
public OperationResultLogItemContract withObjectType(String objectType)
Set the type of entity contract.
Parameters:
Returns: