OperationType public enum OperationType An enum representing HTTP methods. post Undocumented Declaration Swift case post get Undocumented Declaration Swift case get put Undocumented Declaration Swift case put delete Undocumented Declaration Swift case delete patch Undocumented Declaration Swift case patch