contactcommunicationmethod

package
v0.0.0-...-2bc4271 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 16, 2019 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RegisterContactCommunicationMethodServiceServer

func RegisterContactCommunicationMethodServiceServer(s *grpc.Server, srv ContactCommunicationMethodServiceServer)

Types

type ContactCommunicationMethod

type ContactCommunicationMethod struct {
	ContactSystemCode               string                                                             `protobuf:"bytes,1,opt,name=contact_system_code,json=contactSystemCode,proto3" json:"contact_system_code,omitempty"`
	ContactId                       int64                                                              `protobuf:"varint,2,opt,name=contact_id,json=contactId,proto3" json:"contact_id,omitempty"`
	ContactCommunicationMethodId    int64                                                              `` /* 150-byte string literal not displayed */
	CommunicationMethodCode         string                                                             `` /* 132-byte string literal not displayed */
	CommunicationMethodLabelCode    string                                                             `` /* 149-byte string literal not displayed */
	CommunicationMethodLabelCaption string                                                             `` /* 158-byte string literal not displayed */
	FormatValue                     string                                                             `protobuf:"bytes,7,opt,name=format_value,json=formatValue,proto3" json:"format_value,omitempty"`
	Status                          string                                                             `protobuf:"bytes,8,opt,name=status,proto3" json:"status,omitempty"`
	IsDefault                       bool                                                               `protobuf:"varint,9,opt,name=is_default,json=isDefault,proto3" json:"is_default,omitempty"`
	ContactCommunicationMethodField []*contactcommunicationmethodfield.ContactCommunicationMethodField `` /* 159-byte string literal not displayed */
	Audit                           *audit.Audit                                                       `protobuf:"bytes,11,opt,name=audit,proto3" json:"audit,omitempty"`
	XXX_NoUnkeyedLiteral            struct{}                                                           `json:"-"`
	XXX_unrecognized                []byte                                                             `json:"-"`
	XXX_sizecache                   int32                                                              `json:"-"`
}

func (*ContactCommunicationMethod) Descriptor

func (*ContactCommunicationMethod) Descriptor() ([]byte, []int)

func (*ContactCommunicationMethod) GetAudit

func (m *ContactCommunicationMethod) GetAudit() *audit.Audit

func (*ContactCommunicationMethod) GetCommunicationMethodCode

func (m *ContactCommunicationMethod) GetCommunicationMethodCode() string

func (*ContactCommunicationMethod) GetCommunicationMethodLabelCaption

func (m *ContactCommunicationMethod) GetCommunicationMethodLabelCaption() string

func (*ContactCommunicationMethod) GetCommunicationMethodLabelCode

func (m *ContactCommunicationMethod) GetCommunicationMethodLabelCode() string

func (*ContactCommunicationMethod) GetContactCommunicationMethodField

func (*ContactCommunicationMethod) GetContactCommunicationMethodId

func (m *ContactCommunicationMethod) GetContactCommunicationMethodId() int64

func (*ContactCommunicationMethod) GetContactId

func (m *ContactCommunicationMethod) GetContactId() int64

func (*ContactCommunicationMethod) GetContactSystemCode

func (m *ContactCommunicationMethod) GetContactSystemCode() string

func (*ContactCommunicationMethod) GetFormatValue

func (m *ContactCommunicationMethod) GetFormatValue() string

func (*ContactCommunicationMethod) GetIsDefault

func (m *ContactCommunicationMethod) GetIsDefault() bool

func (*ContactCommunicationMethod) GetStatus

func (m *ContactCommunicationMethod) GetStatus() string

func (*ContactCommunicationMethod) ProtoMessage

func (*ContactCommunicationMethod) ProtoMessage()

func (*ContactCommunicationMethod) Reset

func (m *ContactCommunicationMethod) Reset()

func (*ContactCommunicationMethod) String

func (m *ContactCommunicationMethod) String() string

func (*ContactCommunicationMethod) XXX_DiscardUnknown

func (m *ContactCommunicationMethod) XXX_DiscardUnknown()

func (*ContactCommunicationMethod) XXX_Marshal

func (m *ContactCommunicationMethod) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ContactCommunicationMethod) XXX_Merge

func (m *ContactCommunicationMethod) XXX_Merge(src proto.Message)

func (*ContactCommunicationMethod) XXX_Size

func (m *ContactCommunicationMethod) XXX_Size() int

func (*ContactCommunicationMethod) XXX_Unmarshal

func (m *ContactCommunicationMethod) XXX_Unmarshal(b []byte) error

type ContactCommunicationMethodServiceClient

ContactCommunicationMethodServiceClient is the client API for ContactCommunicationMethodService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

type DoDeleteContactCommunicationMethodRequest

type DoDeleteContactCommunicationMethodRequest struct {
	ContactSystemCode            string   `protobuf:"bytes,1,opt,name=contact_system_code,json=contactSystemCode,proto3" json:"contact_system_code,omitempty"`
	ContactId                    int64    `protobuf:"varint,2,opt,name=contact_id,json=contactId,proto3" json:"contact_id,omitempty"`
	ContactCommunicationMethodId int64    `` /* 150-byte string literal not displayed */
	XXX_NoUnkeyedLiteral         struct{} `json:"-"`
	XXX_unrecognized             []byte   `json:"-"`
	XXX_sizecache                int32    `json:"-"`
}

func (*DoDeleteContactCommunicationMethodRequest) Descriptor

func (*DoDeleteContactCommunicationMethodRequest) Descriptor() ([]byte, []int)

func (*DoDeleteContactCommunicationMethodRequest) GetContactCommunicationMethodId

func (m *DoDeleteContactCommunicationMethodRequest) GetContactCommunicationMethodId() int64

func (*DoDeleteContactCommunicationMethodRequest) GetContactId

func (*DoDeleteContactCommunicationMethodRequest) GetContactSystemCode

func (m *DoDeleteContactCommunicationMethodRequest) GetContactSystemCode() string

func (*DoDeleteContactCommunicationMethodRequest) ProtoMessage

func (*DoDeleteContactCommunicationMethodRequest) Reset

func (*DoDeleteContactCommunicationMethodRequest) String

func (*DoDeleteContactCommunicationMethodRequest) XXX_DiscardUnknown

func (m *DoDeleteContactCommunicationMethodRequest) XXX_DiscardUnknown()

func (*DoDeleteContactCommunicationMethodRequest) XXX_Marshal

func (m *DoDeleteContactCommunicationMethodRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DoDeleteContactCommunicationMethodRequest) XXX_Merge

func (*DoDeleteContactCommunicationMethodRequest) XXX_Size

func (*DoDeleteContactCommunicationMethodRequest) XXX_Unmarshal

type DoDeleteContactCommunicationMethodResponse

type DoDeleteContactCommunicationMethodResponse struct {
	Result               bool     `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DoDeleteContactCommunicationMethodResponse) Descriptor

func (*DoDeleteContactCommunicationMethodResponse) GetResult

func (*DoDeleteContactCommunicationMethodResponse) ProtoMessage

func (*DoDeleteContactCommunicationMethodResponse) Reset

func (*DoDeleteContactCommunicationMethodResponse) String

func (*DoDeleteContactCommunicationMethodResponse) XXX_DiscardUnknown

func (m *DoDeleteContactCommunicationMethodResponse) XXX_DiscardUnknown()

func (*DoDeleteContactCommunicationMethodResponse) XXX_Marshal

func (m *DoDeleteContactCommunicationMethodResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DoDeleteContactCommunicationMethodResponse) XXX_Merge

func (*DoDeleteContactCommunicationMethodResponse) XXX_Size

func (*DoDeleteContactCommunicationMethodResponse) XXX_Unmarshal

type DoReadAllContactCommunicationMethodRequest

type DoReadAllContactCommunicationMethodRequest struct {
	ContactSystemCode    string   `protobuf:"bytes,1,opt,name=contact_system_code,json=contactSystemCode,proto3" json:"contact_system_code,omitempty"`
	ContactId            int64    `protobuf:"varint,2,opt,name=contact_id,json=contactId,proto3" json:"contact_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DoReadAllContactCommunicationMethodRequest) Descriptor

func (*DoReadAllContactCommunicationMethodRequest) GetContactId

func (*DoReadAllContactCommunicationMethodRequest) GetContactSystemCode

func (m *DoReadAllContactCommunicationMethodRequest) GetContactSystemCode() string

func (*DoReadAllContactCommunicationMethodRequest) ProtoMessage

func (*DoReadAllContactCommunicationMethodRequest) Reset

func (*DoReadAllContactCommunicationMethodRequest) String

func (*DoReadAllContactCommunicationMethodRequest) XXX_DiscardUnknown

func (m *DoReadAllContactCommunicationMethodRequest) XXX_DiscardUnknown()

func (*DoReadAllContactCommunicationMethodRequest) XXX_Marshal

func (m *DoReadAllContactCommunicationMethodRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DoReadAllContactCommunicationMethodRequest) XXX_Merge

func (*DoReadAllContactCommunicationMethodRequest) XXX_Size

func (*DoReadAllContactCommunicationMethodRequest) XXX_Unmarshal

type DoReadAllContactCommunicationMethodResponse

type DoReadAllContactCommunicationMethodResponse struct {
	ContactCommunicationMethod []*ContactCommunicationMethod `` /* 141-byte string literal not displayed */
	XXX_NoUnkeyedLiteral       struct{}                      `json:"-"`
	XXX_unrecognized           []byte                        `json:"-"`
	XXX_sizecache              int32                         `json:"-"`
}

func (*DoReadAllContactCommunicationMethodResponse) Descriptor

func (*DoReadAllContactCommunicationMethodResponse) GetContactCommunicationMethod

func (m *DoReadAllContactCommunicationMethodResponse) GetContactCommunicationMethod() []*ContactCommunicationMethod

func (*DoReadAllContactCommunicationMethodResponse) ProtoMessage

func (*DoReadAllContactCommunicationMethodResponse) Reset

func (*DoReadAllContactCommunicationMethodResponse) String

func (*DoReadAllContactCommunicationMethodResponse) XXX_DiscardUnknown

func (m *DoReadAllContactCommunicationMethodResponse) XXX_DiscardUnknown()

func (*DoReadAllContactCommunicationMethodResponse) XXX_Marshal

func (m *DoReadAllContactCommunicationMethodResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DoReadAllContactCommunicationMethodResponse) XXX_Merge

func (*DoReadAllContactCommunicationMethodResponse) XXX_Size

func (*DoReadAllContactCommunicationMethodResponse) XXX_Unmarshal

type DoReadContactCommunicationMethodRequest

type DoReadContactCommunicationMethodRequest struct {
	ContactSystemCode            string   `protobuf:"bytes,1,opt,name=contact_system_code,json=contactSystemCode,proto3" json:"contact_system_code,omitempty"`
	ContactId                    int64    `protobuf:"varint,2,opt,name=contact_id,json=contactId,proto3" json:"contact_id,omitempty"`
	ContactCommunicationMethodId int64    `` /* 150-byte string literal not displayed */
	XXX_NoUnkeyedLiteral         struct{} `json:"-"`
	XXX_unrecognized             []byte   `json:"-"`
	XXX_sizecache                int32    `json:"-"`
}

func (*DoReadContactCommunicationMethodRequest) Descriptor

func (*DoReadContactCommunicationMethodRequest) Descriptor() ([]byte, []int)

func (*DoReadContactCommunicationMethodRequest) GetContactCommunicationMethodId

func (m *DoReadContactCommunicationMethodRequest) GetContactCommunicationMethodId() int64

func (*DoReadContactCommunicationMethodRequest) GetContactId

func (*DoReadContactCommunicationMethodRequest) GetContactSystemCode

func (m *DoReadContactCommunicationMethodRequest) GetContactSystemCode() string

func (*DoReadContactCommunicationMethodRequest) ProtoMessage

func (*DoReadContactCommunicationMethodRequest) Reset

func (*DoReadContactCommunicationMethodRequest) String

func (*DoReadContactCommunicationMethodRequest) XXX_DiscardUnknown

func (m *DoReadContactCommunicationMethodRequest) XXX_DiscardUnknown()

func (*DoReadContactCommunicationMethodRequest) XXX_Marshal

func (m *DoReadContactCommunicationMethodRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DoReadContactCommunicationMethodRequest) XXX_Merge

func (*DoReadContactCommunicationMethodRequest) XXX_Size

func (*DoReadContactCommunicationMethodRequest) XXX_Unmarshal

func (m *DoReadContactCommunicationMethodRequest) XXX_Unmarshal(b []byte) error

type DoReadContactCommunicationMethodResponse

type DoReadContactCommunicationMethodResponse struct {
	ContactCommunicationMethod *ContactCommunicationMethod `` /* 141-byte string literal not displayed */
	XXX_NoUnkeyedLiteral       struct{}                    `json:"-"`
	XXX_unrecognized           []byte                      `json:"-"`
	XXX_sizecache              int32                       `json:"-"`
}

func (*DoReadContactCommunicationMethodResponse) Descriptor

func (*DoReadContactCommunicationMethodResponse) Descriptor() ([]byte, []int)

func (*DoReadContactCommunicationMethodResponse) GetContactCommunicationMethod

func (m *DoReadContactCommunicationMethodResponse) GetContactCommunicationMethod() *ContactCommunicationMethod

func (*DoReadContactCommunicationMethodResponse) ProtoMessage

func (*DoReadContactCommunicationMethodResponse) Reset

func (*DoReadContactCommunicationMethodResponse) String

func (*DoReadContactCommunicationMethodResponse) XXX_DiscardUnknown

func (m *DoReadContactCommunicationMethodResponse) XXX_DiscardUnknown()

func (*DoReadContactCommunicationMethodResponse) XXX_Marshal

func (m *DoReadContactCommunicationMethodResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DoReadContactCommunicationMethodResponse) XXX_Merge

func (*DoReadContactCommunicationMethodResponse) XXX_Size

func (*DoReadContactCommunicationMethodResponse) XXX_Unmarshal

func (m *DoReadContactCommunicationMethodResponse) XXX_Unmarshal(b []byte) error

type DoSaveContactCommunicationMethodRequest

type DoSaveContactCommunicationMethodRequest struct {
	ContactCommunicationMethod *ContactCommunicationMethod `` /* 141-byte string literal not displayed */
	XXX_NoUnkeyedLiteral       struct{}                    `json:"-"`
	XXX_unrecognized           []byte                      `json:"-"`
	XXX_sizecache              int32                       `json:"-"`
}

func (*DoSaveContactCommunicationMethodRequest) Descriptor

func (*DoSaveContactCommunicationMethodRequest) Descriptor() ([]byte, []int)

func (*DoSaveContactCommunicationMethodRequest) GetContactCommunicationMethod

func (m *DoSaveContactCommunicationMethodRequest) GetContactCommunicationMethod() *ContactCommunicationMethod

func (*DoSaveContactCommunicationMethodRequest) ProtoMessage

func (*DoSaveContactCommunicationMethodRequest) Reset

func (*DoSaveContactCommunicationMethodRequest) String

func (*DoSaveContactCommunicationMethodRequest) XXX_DiscardUnknown

func (m *DoSaveContactCommunicationMethodRequest) XXX_DiscardUnknown()

func (*DoSaveContactCommunicationMethodRequest) XXX_Marshal

func (m *DoSaveContactCommunicationMethodRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DoSaveContactCommunicationMethodRequest) XXX_Merge

func (*DoSaveContactCommunicationMethodRequest) XXX_Size

func (*DoSaveContactCommunicationMethodRequest) XXX_Unmarshal

func (m *DoSaveContactCommunicationMethodRequest) XXX_Unmarshal(b []byte) error

type DoSaveContactCommunicationMethodResponse

type DoSaveContactCommunicationMethodResponse struct {
	Result               bool     `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DoSaveContactCommunicationMethodResponse) Descriptor

func (*DoSaveContactCommunicationMethodResponse) Descriptor() ([]byte, []int)

func (*DoSaveContactCommunicationMethodResponse) GetResult

func (*DoSaveContactCommunicationMethodResponse) ProtoMessage

func (*DoSaveContactCommunicationMethodResponse) Reset

func (*DoSaveContactCommunicationMethodResponse) String

func (*DoSaveContactCommunicationMethodResponse) XXX_DiscardUnknown

func (m *DoSaveContactCommunicationMethodResponse) XXX_DiscardUnknown()

func (*DoSaveContactCommunicationMethodResponse) XXX_Marshal

func (m *DoSaveContactCommunicationMethodResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DoSaveContactCommunicationMethodResponse) XXX_Merge

func (*DoSaveContactCommunicationMethodResponse) XXX_Size

func (*DoSaveContactCommunicationMethodResponse) XXX_Unmarshal

func (m *DoSaveContactCommunicationMethodResponse) XXX_Unmarshal(b []byte) error

type UnimplementedContactCommunicationMethodServiceServer

type UnimplementedContactCommunicationMethodServiceServer struct {
}

UnimplementedContactCommunicationMethodServiceServer can be embedded to have forward compatible implementations.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL